Html Css Color HEX #FE01B2 Hollywood Cerise

📋 copy color: '#FE01B2'

red 254 ◦ green 1 ◦ blue 178

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

Shades of Hollywood Cerise #FE01B2

Tints of Hollywood Cerise #FE01B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.11%

R = 58.66%
G = 0.23%
B = 41.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE01B2 (or 0xFE01B2) is known color: Hollywood Cerise. HEX triplet: FE, 01 and B2. RGB value is (254,1,178). Sum of RGB (Red+Green+Blue) = 254+1+178=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE01B2 is #01FE4D. Grayscale: #606060. Windows color (decimal): -130638 or 11665918. OLE color: 11665918.

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

Color convert

RGB 254 1 178 -
CMYK 0 1.00 0.30 0.00
HSL 318.02º 0.99% 0.5% -
HSV(B) 318.02º 1% 1% -
XYZ 48.92 24.31 44.23 -
YUV 96.83 173.82 240.11 -
System Red Green Blue C M Y K H S L
Decimal 254 1 178 0 1.00 0.30 0.00 318.02 0.99 0.5
Hex FE 1 B2 0 64 1E 0 13E 63 32
Octal 376 1 262 0 144 36 0 476 143 62
Binary 11111110 1 10110010 0 1100100 11110 0 100111110 1100011 110010

Color Harmonies of #FE01B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE01B2

Black with #FE01B2

Text Example


Text Example

White with #FE01B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE01B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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