Html Css Color HEX #FC0AAB Hollywood Cerise

📋 copy color: '#FC0AAB'

red 252 ◦ green 10 ◦ blue 171

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

Shades of Hollywood Cerise #FC0AAB

Tints of Hollywood Cerise #FC0AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.31%

 BLUE value IS 171 (67.19% from 255) = 39.49%

R = 58.2%
G = 2.31%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC0AAB (or 0xFC0AAB) is known color: Hollywood Cerise. HEX triplet: FC, 0A and AB. RGB value is (252,10,171). Sum of RGB (Red+Green+Blue) = 252+10+171=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0AAB is #03F554. Grayscale: #646464. Windows color (decimal): -259413 or 11209468. OLE color: 11209468.

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

Color convert

RGB 252 10 171 -
CMYK 0 0.96 0.32 0.01
HSL 320.08º 0.98% 0.51% -
HSV(B) 320.08º 0.96% 0.99% -
XYZ 47.6 23.85 40.62 -
YUV 100.71 167.67 235.91 -
System Red Green Blue C M Y K H S L
Decimal 252 10 171 0 0.96 0.32 0.01 320.08 0.98 0.51
Hex FC A AB 0 60 20 1 140 62 33
Octal 374 12 253 0 140 40 1 500 142 63
Binary 11111100 1010 10101011 0 1100000 100000 1 101000000 1100010 110011

Color Harmonies of #FC0AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0AAB

Black with #FC0AAB

Text Example


Text Example

White with #FC0AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0AAB; }

 p { color: rgb(252,10,171); }

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

background-color css

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

 a { background-color: rgb(252,10,171); }

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

border-color css

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

 span { border-color: rgb(252,10,171); }

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