Html Css Color HEX #FF7AFF Fuchsia Pink

📋 copy color: '#FF7AFF'

red 255 ◦ green 122 ◦ blue 255

#FF7AFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia Pink #FF7AFF

Tints of Fuchsia Pink #FF7AFF

RGB

 RED value IS 255 (100% from 255) = 40.35%

 GREEN value IS 122 (48.05% from 255) = 19.3%

 BLUE value IS 255 (100% from 255) = 40.35%

R = 40.35%
G = 19.3%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF7AFF (or 0xFF7AFF) is known color: Fuchsia Pink. HEX triplet: FF, 7A and FF. RGB value is (255,122,255). Sum of RGB (Red+Green+Blue) = 255+122+255=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 122 (48.05% from 255 or 19.30% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF7AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7AFF is #008500. Grayscale: #B0B0B0. Windows color (decimal): -34049 or 16743167. OLE color: 16743167.

HSL color Cylindrical-coordinate representation of color #FF7AFF: hue angle of 300º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7AFF is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 255 122 255 -
CMYK 0 0.52 0 0
HSL 300º 1% 0.74% -
HSV(B) 300º 0.52% 1% -
XYZ 66.25 42.4 99.3 -
YUV 176.93 172.06 183.69 -
System Red Green Blue C M Y K H S L
Decimal 255 122 255 0 0.52 0 0 300 1 0.74
Hex FF 7A FF 0 34 0 0 12C 64 4A
Octal 377 172 377 0 64 0 0 454 144 112
Binary 11111111 1111010 11111111 0 110100 0 0 100101100 1100100 1001010

Color Harmonies of #FF7AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7AFF

Black with #FF7AFF

Text Example


Text Example

White with #FF7AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7AFF; }

 p { color: rgb(255,122,255); }

 H1.HeaderClassName
 {
   color: #FF7AFF;
 }
 .AnyTagClassName
 {
   color: #FF7AFF;
 }
</style>

background-color css

<style>
 a { background-color: #FF7AFF; }

 a { background-color: rgb(255,122,255); }

 div.DivClassName
 {
   background-color: #FF7AFF;
 }
 .BgClassName
 {
   background-color: #FF7AFF;
 }
</style>

border-color css

<style>
 span { border-color: #FF7AFF; }

 span { border-color: rgb(255,122,255); }

 td.TdClassName
 {
   border-color: #FF7AFF;
 }
 .TagClassName
 {
   border-color: #FF7AFF;
 }
</style>