Html Css Color HEX #FD099E Hollywood Cerise

📋 copy color: '#FD099E'

red 253 ◦ green 9 ◦ blue 158

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

Shades of Hollywood Cerise #FD099E

Tints of Hollywood Cerise #FD099E

RGB

 RED value IS 253 (99.22% from 255) = 60.24%

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

 BLUE value IS 158 (62.11% from 255) = 37.62%

R = 60.24%
G = 2.14%
B = 37.62%

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

#FD099E (or 0xFD099E) is known color: Hollywood Cerise. HEX triplet: FD, 09 and 9E. RGB value is (253,9,158). Sum of RGB (Red+Green+Blue) = 253+9+158=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD099E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD099E is #02F661. Grayscale: #626262. Windows color (decimal): -194146 or 10357245. OLE color: 10357245.

HSL color Cylindrical-coordinate representation of color #FD099E: 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.96%. Process color model (Four color, CMYK) of #FD099E is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 9 158 -
CMYK 0 0.96 0.38 0.01
HSL 323.36º 0.98% 0.51% -
HSV(B) 323.36º 0.96% 0.99% -
XYZ 46.78 23.55 34.43 -
YUV 98.94 161.34 237.88 -
System Red Green Blue C M Y K H S L
Decimal 253 9 158 0 0.96 0.38 0.01 323.36 0.98 0.51
Hex FD 9 9E 0 60 26 1 143 62 33
Octal 375 11 236 0 140 46 1 503 142 63
Binary 11111101 1001 10011110 0 1100000 100110 1 101000011 1100010 110011

Color Harmonies of #FD099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD099E

Black with #FD099E

Text Example


Text Example

White with #FD099E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD099E; }

 p { color: rgb(253,9,158); }

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

background-color css

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

 a { background-color: rgb(253,9,158); }

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

border-color css

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

 span { border-color: rgb(253,9,158); }

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