Html Css Color HEX #FE01AC Hollywood Cerise

📋 copy color: '#FE01AC'

red 254 ◦ green 1 ◦ blue 172

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

Shades of Hollywood Cerise #FE01AC

Tints of Hollywood Cerise #FE01AC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 172 (67.58% from 255) = 40.28%

R = 59.48%
G = 0.23%
B = 40.28%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE01AC (or 0xFE01AC) is known color: Hollywood Cerise. HEX triplet: FE, 01 and AC. RGB value is (254,1,172). Sum of RGB (Red+Green+Blue) = 254+1+172=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE01AC is #01FE53. Grayscale: #5F5F5F. Windows color (decimal): -130644 or 11272702. OLE color: 11272702.

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

Color convert

RGB 254 1 172 -
CMYK 0 1.00 0.32 0.00
HSL 319.45º 0.99% 0.5% -
HSV(B) 319.45º 1% 1% -
XYZ 48.33 24.07 41.13 -
YUV 96.14 170.82 240.6 -
System Red Green Blue C M Y K H S L
Decimal 254 1 172 0 1.00 0.32 0.00 319.45 0.99 0.5
Hex FE 1 AC 0 64 20 0 13F 63 32
Octal 376 1 254 0 144 40 0 477 143 62
Binary 11111110 1 10101100 0 1100100 100000 0 100111111 1100011 110010

Color Harmonies of #FE01AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE01AC

Black with #FE01AC

Text Example


Text Example

White with #FE01AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE01AC; }

 p { color: rgb(254,1,172); }

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

background-color css

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

 a { background-color: rgb(254,1,172); }

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

border-color css

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

 span { border-color: rgb(254,1,172); }

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