Html Css Color HEX #FE00B2 Hollywood Cerise

📋 copy color: '#FE00B2'

red 254 ◦ green 0 ◦ blue 178

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

Shades of Hollywood Cerise #FE00B2

Tints of Hollywood Cerise #FE00B2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.8%
G = 0%
B = 41.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE00B2 (or 0xFE00B2) is known color: Hollywood Cerise. HEX triplet: FE, 00 and B2. RGB value is (254,0,178). Sum of RGB (Red+Green+Blue) = 254+0+178=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE00B2 is #01FF4D. Grayscale: #5F5F5F. Windows color (decimal): -130894 or 11665662. OLE color: 11665662.

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

Color convert

RGB 254 0 178 -
CMYK 0 1 0.30 0.00
HSL 317.95º 1% 0.5% -
HSV(B) 317.95º 1% 1% -
XYZ 48.91 24.29 44.23 -
YUV 96.24 174.15 240.53 -
System Red Green Blue C M Y K H S L
Decimal 254 0 178 0 1 0.30 0.00 317.95 1 0.5
Hex FE 0 B2 0 64 1E 0 13E 64 32
Octal 376 0 262 0 144 36 0 476 144 62
Binary 11111110 0 10110010 0 1100100 11110 0 100111110 1100100 110010

Color Harmonies of #FE00B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00B2

Black with #FE00B2

Text Example


Text Example

White with #FE00B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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