Html Css Color HEX #FC099D Hollywood Cerise

📋 copy color: '#FC099D'

red 252 ◦ green 9 ◦ blue 157

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

Shades of Hollywood Cerise #FC099D

Tints of Hollywood Cerise #FC099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.15%

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

R = 60.29%
G = 2.15%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC099D (or 0xFC099D) is known color: Hollywood Cerise. HEX triplet: FC, 09 and 9D. RGB value is (252,9,157). Sum of RGB (Red+Green+Blue) = 252+9+157=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC099D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC099D is #03F662. Grayscale: #626262. Windows color (decimal): -259683 or 10291708. OLE color: 10291708.

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

Color convert

RGB 252 9 157 -
CMYK 0 0.96 0.38 0.01
HSL 323.46º 0.98% 0.51% -
HSV(B) 323.46º 0.96% 0.99% -
XYZ 46.33 23.33 33.96 -
YUV 98.53 161.01 237.47 -
System Red Green Blue C M Y K H S L
Decimal 252 9 157 0 0.96 0.38 0.01 323.46 0.98 0.51
Hex FC 9 9D 0 60 26 1 143 62 33
Octal 374 11 235 0 140 46 1 503 142 63
Binary 11111100 1001 10011101 0 1100000 100110 1 101000011 1100010 110011

Color Harmonies of #FC099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC099D

Black with #FC099D

Text Example


Text Example

White with #FC099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC099D; }

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

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

background-color css

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

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

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

border-color css

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

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

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