Html Css Color HEX #FC0BA4 Hollywood Cerise

📋 copy color: '#FC0BA4'

red 252 ◦ green 11 ◦ blue 164

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

Shades of Hollywood Cerise #FC0BA4

Tints of Hollywood Cerise #FC0BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.41%

R = 59.02%
G = 2.58%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FC0BA4 (or 0xFC0BA4) is known color: Hollywood Cerise. HEX triplet: FC, 0B and A4. RGB value is (252,11,164). Sum of RGB (Red+Green+Blue) = 252+11+164=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0BA4 is #03F45B. Grayscale: #646464. Windows color (decimal): -259164 or 10750972. OLE color: 10750972.

HSL color Cylindrical-coordinate representation of color #FC0BA4: hue angle of 321.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 #FC0BA4 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 11 164 -
CMYK 0 0.96 0.35 0.01
HSL 321.91º 0.98% 0.52% -
HSV(B) 321.91º 0.96% 0.99% -
XYZ 46.97 23.62 37.2 -
YUV 100.5 163.84 236.06 -
System Red Green Blue C M Y K H S L
Decimal 252 11 164 0 0.96 0.35 0.01 321.91 0.98 0.52
Hex FC B A4 0 60 23 1 142 62 34
Octal 374 13 244 0 140 43 1 502 142 64
Binary 11111100 1011 10100100 0 1100000 100011 1 101000010 1100010 110100

Color Harmonies of #FC0BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BA4

Black with #FC0BA4

Text Example


Text Example

White with #FC0BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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