Html Css Color HEX #FD099F Hollywood Cerise

📋 copy color: '#FD099F'

red 253 ◦ green 9 ◦ blue 159

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

Shades of Hollywood Cerise #FD099F

Tints of Hollywood Cerise #FD099F

RGB

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

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

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

R = 60.1%
G = 2.14%
B = 37.77%

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

#FD099F (or 0xFD099F) is known color: Hollywood Cerise. HEX triplet: FD, 09 and 9F. RGB value is (253,9,159). Sum of RGB (Red+Green+Blue) = 253+9+159=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 9 (3.91% from 255 or 2.14% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD099F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD099F is #02F660. Grayscale: #626262. Windows color (decimal): -194145 or 10422781. OLE color: 10422781.

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

Color convert

RGB 253 9 159 -
CMYK 0 0.96 0.37 0.01
HSL 323.11º 0.98% 0.51% -
HSV(B) 323.11º 0.96% 0.99% -
XYZ 46.86 23.58 34.88 -
YUV 99.06 161.84 237.8 -
System Red Green Blue C M Y K H S L
Decimal 253 9 159 0 0.96 0.37 0.01 323.11 0.98 0.51
Hex FD 9 9F 0 60 25 1 143 62 33
Octal 375 11 237 0 140 45 1 503 142 63
Binary 11111101 1001 10011111 0 1100000 100101 1 101000011 1100010 110011

Color Harmonies of #FD099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD099F

Black with #FD099F

Text Example


Text Example

White with #FD099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD099F; }

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

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

background-color css

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

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

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

border-color css

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

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

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