Html Css Color HEX #FC089D Hollywood Cerise

📋 copy color: '#FC089D'

red 252 ◦ green 8 ◦ blue 157

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

Shades of Hollywood Cerise #FC089D

Tints of Hollywood Cerise #FC089D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.65%

R = 60.43%
G = 1.92%
B = 37.65%

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

#FC089D (or 0xFC089D) is known color: Hollywood Cerise. HEX triplet: FC, 08 and 9D. RGB value is (252,8,157). Sum of RGB (Red+Green+Blue) = 252+8+157=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC089D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC089D is #03F762. Grayscale: #616161. Windows color (decimal): -259939 or 10291452. OLE color: 10291452.

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

Color convert

RGB 252 8 157 -
CMYK 0 0.97 0.38 0.01
HSL 323.36º 0.98% 0.51% -
HSV(B) 323.36º 0.97% 0.99% -
XYZ 46.32 23.3 33.96 -
YUV 97.94 161.34 237.88 -
System Red Green Blue C M Y K H S L
Decimal 252 8 157 0 0.97 0.38 0.01 323.36 0.98 0.51
Hex FC 8 9D 0 61 26 1 143 62 33
Octal 374 10 235 0 141 46 1 503 142 63
Binary 11111100 1000 10011101 0 1100001 100110 1 101000011 1100010 110011

Color Harmonies of #FC089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC089D

Black with #FC089D

Text Example


Text Example

White with #FC089D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC089D; }

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

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

background-color css

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

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

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

border-color css

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

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

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