Html Css Color HEX #FC0BA6 Hollywood Cerise

📋 copy color: '#FC0BA6'

red 252 ◦ green 11 ◦ blue 166

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

Shades of Hollywood Cerise #FC0BA6

Tints of Hollywood Cerise #FC0BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.69%

R = 58.74%
G = 2.56%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC0BA6 (or 0xFC0BA6) is known color: Hollywood Cerise. HEX triplet: FC, 0B and A6. RGB value is (252,11,166). Sum of RGB (Red+Green+Blue) = 252+11+166=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0BA6 is #03F459. Grayscale: #646464. Windows color (decimal): -259162 or 10882044. OLE color: 10882044.

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

Color convert

RGB 252 11 166 -
CMYK 0 0.96 0.34 0.01
HSL 321.41º 0.98% 0.52% -
HSV(B) 321.41º 0.96% 0.99% -
XYZ 47.15 23.69 38.16 -
YUV 100.73 164.84 235.9 -
System Red Green Blue C M Y K H S L
Decimal 252 11 166 0 0.96 0.34 0.01 321.41 0.98 0.52
Hex FC B A6 0 60 22 1 141 62 34
Octal 374 13 246 0 140 42 1 501 142 64
Binary 11111100 1011 10100110 0 1100000 100010 1 101000001 1100010 110100

Color Harmonies of #FC0BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BA6

Black with #FC0BA6

Text Example


Text Example

White with #FC0BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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