Html Css Color HEX #FC089B Hollywood Cerise

📋 copy color: '#FC089B'

red 252 ◦ green 8 ◦ blue 155

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

Shades of Hollywood Cerise #FC089B

Tints of Hollywood Cerise #FC089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.93%

 BLUE value IS 155 (60.94% from 255) = 37.35%

R = 60.72%
G = 1.93%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC089B (or 0xFC089B) is known color: Hollywood Cerise. HEX triplet: FC, 08 and 9B. RGB value is (252,8,155). Sum of RGB (Red+Green+Blue) = 252+8+155=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC089B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC089B is #03F764. Grayscale: #616161. Windows color (decimal): -259941 or 10160380. OLE color: 10160380.

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

Color convert

RGB 252 8 155 -
CMYK 0 0.97 0.38 0.01
HSL 323.85º 0.98% 0.51% -
HSV(B) 323.85º 0.97% 0.99% -
XYZ 46.15 23.24 33.06 -
YUV 97.71 160.34 238.05 -
System Red Green Blue C M Y K H S L
Decimal 252 8 155 0 0.97 0.38 0.01 323.85 0.98 0.51
Hex FC 8 9B 0 61 26 1 144 62 33
Octal 374 10 233 0 141 46 1 504 142 63
Binary 11111100 1000 10011011 0 1100001 100110 1 101000100 1100010 110011

Color Harmonies of #FC089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC089B

Black with #FC089B

Text Example


Text Example

White with #FC089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC089B; }

 p { color: rgb(252,8,155); }

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

background-color css

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

 a { background-color: rgb(252,8,155); }

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

border-color css

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

 span { border-color: rgb(252,8,155); }

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