Html Css Color HEX #FC099F Hollywood Cerise

📋 copy color: '#FC099F'

red 252 ◦ green 9 ◦ blue 159

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

Shades of Hollywood Cerise #FC099F

Tints of Hollywood Cerise #FC099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 60%
G = 2.14%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC099F (or 0xFC099F) is known color: Hollywood Cerise. HEX triplet: FC, 09 and 9F. RGB value is (252,9,159). Sum of RGB (Red+Green+Blue) = 252+9+159=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC099F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC099F is #03F660. Grayscale: #626262. Windows color (decimal): -259681 or 10422780. OLE color: 10422780.

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

Color convert

RGB 252 9 159 -
CMYK 0 0.96 0.37 0.01
HSL 322.96º 0.98% 0.51% -
HSV(B) 322.96º 0.96% 0.99% -
XYZ 46.5 23.39 34.87 -
YUV 98.76 162.01 237.3 -
System Red Green Blue C M Y K H S L
Decimal 252 9 159 0 0.96 0.37 0.01 322.96 0.98 0.51
Hex FC 9 9F 0 60 25 1 143 62 33
Octal 374 11 237 0 140 45 1 503 142 63
Binary 11111100 1001 10011111 0 1100000 100101 1 101000011 1100010 110011

Color Harmonies of #FC099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC099F

Black with #FC099F

Text Example


Text Example

White with #FC099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC099F; }

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

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

background-color css

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

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

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

border-color css

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

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

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