Html Css Color HEX #FE05A6 Hollywood Cerise

📋 copy color: '#FE05A6'

red 254 ◦ green 5 ◦ blue 166

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

Shades of Hollywood Cerise #FE05A6

Tints of Hollywood Cerise #FE05A6

RGB

 RED value IS 254 (99.61% from 255) = 59.76%

 GREEN value IS 5 (2.34% from 255) = 1.18%

 BLUE value IS 166 (65.23% from 255) = 39.06%

R = 59.76%
G = 1.18%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE05A6 (or 0xFE05A6) is known color: Hollywood Cerise. HEX triplet: FE, 05 and A6. RGB value is (254,5,166). Sum of RGB (Red+Green+Blue) = 254+5+166=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE05A6 is #01FA59. Grayscale: #616161. Windows color (decimal): -129626 or 10880510. OLE color: 10880510.

HSL color Cylindrical-coordinate representation of color #FE05A6: hue angle of 321.2º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE05A6 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 5 166 -
CMYK 0 0.98 0.35 0.00
HSL 321.2º 0.99% 0.51% -
HSV(B) 321.2º 0.98% 1% -
XYZ 47.81 23.93 38.18 -
YUV 97.81 166.49 239.41 -
System Red Green Blue C M Y K H S L
Decimal 254 5 166 0 0.98 0.35 0.00 321.2 0.99 0.51
Hex FE 5 A6 0 62 23 0 141 63 33
Octal 376 5 246 0 142 43 0 501 143 63
Binary 11111110 101 10100110 0 1100010 100011 0 101000001 1100011 110011

Color Harmonies of #FE05A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE05A6

Black with #FE05A6

Text Example


Text Example

White with #FE05A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE05A6; }

 p { color: rgb(254,5,166); }

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

background-color css

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

 a { background-color: rgb(254,5,166); }

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

border-color css

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

 span { border-color: rgb(254,5,166); }

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