Html Css Color HEX #FE01AF Hollywood Cerise

📋 copy color: '#FE01AF'

red 254 ◦ green 1 ◦ blue 175

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

Shades of Hollywood Cerise #FE01AF

Tints of Hollywood Cerise #FE01AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 59.07%
G = 0.23%
B = 40.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE01AF (or 0xFE01AF) is known color: Hollywood Cerise. HEX triplet: FE, 01 and AF. RGB value is (254,1,175). Sum of RGB (Red+Green+Blue) = 254+1+175=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE01AF is #01FE50. Grayscale: #606060. Windows color (decimal): -130641 or 11469310. OLE color: 11469310.

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

Color convert

RGB 254 1 175 -
CMYK 0 1.00 0.31 0.00
HSL 318.74º 0.99% 0.5% -
HSV(B) 318.74º 1% 1% -
XYZ 48.62 24.19 42.66 -
YUV 96.48 172.32 240.35 -
System Red Green Blue C M Y K H S L
Decimal 254 1 175 0 1.00 0.31 0.00 318.74 0.99 0.5
Hex FE 1 AF 0 64 1F 0 13F 63 32
Octal 376 1 257 0 144 37 0 477 143 62
Binary 11111110 1 10101111 0 1100100 11111 0 100111111 1100011 110010

Color Harmonies of #FE01AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE01AF

Black with #FE01AF

Text Example


Text Example

White with #FE01AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE01AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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