Html Css Color HEX #FB0EA2 Hollywood Cerise

📋 copy color: '#FB0EA2'

red 251 ◦ green 14 ◦ blue 162

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

Shades of Hollywood Cerise #FB0EA2

Tints of Hollywood Cerise #FB0EA2

RGB

 RED value IS 251 (98.44% from 255) = 58.78%

 GREEN value IS 14 (5.86% from 255) = 3.28%

 BLUE value IS 162 (63.67% from 255) = 37.94%

R = 58.78%
G = 3.28%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FB0EA2 (or 0xFB0EA2) is known color: Hollywood Cerise. HEX triplet: FB, 0E and A2. RGB value is (251,14,162). Sum of RGB (Red+Green+Blue) = 251+14+162=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 14 (5.86% from 255 or 3.28% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0EA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0EA2 is #04F15D. Grayscale: #656565. Windows color (decimal): -323934 or 10620667. OLE color: 10620667.

HSL color Cylindrical-coordinate representation of color #FB0EA2: hue angle of 322.53º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0EA2 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 14 162 -
CMYK 0 0.94 0.35 0.02
HSL 322.53º 0.97% 0.52% -
HSV(B) 322.53º 0.94% 0.98% -
XYZ 46.46 23.43 36.26 -
YUV 101.74 162.02 234.47 -
System Red Green Blue C M Y K H S L
Decimal 251 14 162 0 0.94 0.35 0.02 322.53 0.97 0.52
Hex FB E A2 0 5E 23 2 143 61 34
Octal 373 16 242 0 136 43 2 503 141 64
Binary 11111011 1110 10100010 0 1011110 100011 10 101000011 1100001 110100

Color Harmonies of #FB0EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0EA2

Black with #FB0EA2

Text Example


Text Example

White with #FB0EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0EA2; }

 p { color: rgb(251,14,162); }

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

background-color css

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

 a { background-color: rgb(251,14,162); }

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

border-color css

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

 span { border-color: rgb(251,14,162); }

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