Html Css Color HEX #FF7AFE Fuchsia Pink

📋 copy color: '#FF7AFE'

red 255 ◦ green 122 ◦ blue 254

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

Shades of Fuchsia Pink #FF7AFE

Tints of Fuchsia Pink #FF7AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.25%

R = 40.41%
G = 19.33%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FF7AFE (or 0xFF7AFE) is known color: Fuchsia Pink. HEX triplet: FF, 7A and FE. RGB value is (255,122,254). Sum of RGB (Red+Green+Blue) = 255+122+254=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 122 (48.05% from 255 or 19.33% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7AFE is #008501. Grayscale: #B0B0B0. Windows color (decimal): -34050 or 16677631. OLE color: 16677631.

HSL color Cylindrical-coordinate representation of color #FF7AFE: hue angle of 300.45º 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 #FF7AFE is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB 255 122 254 -
CMYK 0 0.52 0.00 0
HSL 300.45º 1% 0.74% -
HSV(B) 300.45º 0.52% 1% -
XYZ 66.09 42.33 98.45 -
YUV 176.82 171.56 183.77 -
System Red Green Blue C M Y K H S L
Decimal 255 122 254 0 0.52 0.00 0 300.45 1 0.74
Hex FF 7A FE 0 34 0 0 12C 64 4A
Octal 377 172 376 0 64 0 0 454 144 112
Binary 11111111 1111010 11111110 0 110100 0 0 100101100 1100100 1001010

Color Harmonies of #FF7AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7AFE

Black with #FF7AFE

Text Example


Text Example

White with #FF7AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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