Html Css Color HEX #FC0BA8 Hollywood Cerise

📋 copy color: '#FC0BA8'

red 252 ◦ green 11 ◦ blue 168

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

Shades of Hollywood Cerise #FC0BA8

Tints of Hollywood Cerise #FC0BA8

RGB

 RED value IS 252 (98.83% from 255) = 58.47%

 GREEN value IS 11 (4.69% from 255) = 2.55%

 BLUE value IS 168 (66.02% from 255) = 38.98%

R = 58.47%
G = 2.55%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC0BA8 (or 0xFC0BA8) is known color: Hollywood Cerise. HEX triplet: FC, 0B and A8. RGB value is (252,11,168). Sum of RGB (Red+Green+Blue) = 252+11+168=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 11 (4.69% from 255 or 2.55% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0BA8 is #03F457. Grayscale: #646464. Windows color (decimal): -259160 or 11013116. OLE color: 11013116.

HSL color Cylindrical-coordinate representation of color #FC0BA8: hue angle of 320.91º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0BA8 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 11 168 -
CMYK 0 0.96 0.33 0.01
HSL 320.91º 0.98% 0.52% -
HSV(B) 320.91º 0.96% 0.99% -
XYZ 47.33 23.76 39.14 -
YUV 100.96 165.84 235.73 -
System Red Green Blue C M Y K H S L
Decimal 252 11 168 0 0.96 0.33 0.01 320.91 0.98 0.52
Hex FC B A8 0 60 21 1 141 62 34
Octal 374 13 250 0 140 41 1 501 142 64
Binary 11111100 1011 10101000 0 1100000 100001 1 101000001 1100010 110100

Color Harmonies of #FC0BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BA8

Black with #FC0BA8

Text Example


Text Example

White with #FC0BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BA8; }

 p { color: rgb(252,11,168); }

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

background-color css

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

 a { background-color: rgb(252,11,168); }

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

border-color css

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

 span { border-color: rgb(252,11,168); }

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