Html Css Color HEX #FE01B0 Hollywood Cerise

📋 copy color: '#FE01B0'

red 254 ◦ green 1 ◦ blue 176

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

Shades of Hollywood Cerise #FE01B0

Tints of Hollywood Cerise #FE01B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.84%

R = 58.93%
G = 0.23%
B = 40.84%

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

#FE01B0 (or 0xFE01B0) is known color: Hollywood Cerise. HEX triplet: FE, 01 and B0. RGB value is (254,1,176). Sum of RGB (Red+Green+Blue) = 254+1+176=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE01B0 is #01FE4F. Grayscale: #606060. Windows color (decimal): -130640 or 11534846. OLE color: 11534846.

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

Color convert

RGB 254 1 176 -
CMYK 0 1.00 0.31 0.00
HSL 318.5º 0.99% 0.5% -
HSV(B) 318.5º 1% 1% -
XYZ 48.72 24.23 43.18 -
YUV 96.6 172.82 240.27 -
System Red Green Blue C M Y K H S L
Decimal 254 1 176 0 1.00 0.31 0.00 318.5 0.99 0.5
Hex FE 1 B0 0 64 1F 0 13E 63 32
Octal 376 1 260 0 144 37 0 476 143 62
Binary 11111110 1 10110000 0 1100100 11111 0 100111110 1100011 110010

Color Harmonies of #FE01B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE01B0

Black with #FE01B0

Text Example


Text Example

White with #FE01B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE01B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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