#FD089D

Color #FD089D Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #FD089D

Tints of Hollywood Cerise #FD089D

Color information

#FD089D (or 0xFD089D) is unknown color: approx Hollywood Cerise. HEX triplet: FD, 08 and 9D. RGB value is (253,8,157). Sum of RGB (Red+Green+Blue) = 253+8+157=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD089D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD089D is #02F762. Grayscale: #616161. Windows color (decimal): -194403 or 10291453. OLE color: 10291453.

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

Color convert

RGB2538157-
CMYK00.970.380.01
HSL323.51º98.39%51.18%-
HSV(B)323.51º96.84%99.22%-
XYZ46.6823.4933.97-
YUV98.24161.17238.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 60.53%
GREEN value IS 8 (3.52% from 255) = 1.91%
BLUE value IS 157 (61.72% from 255) = 37.56%
R=60.53%
G=1.91%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253815700.970.380.01323.5198.3951.18
HexFD89D0612611446233
Octal37510235014146150414263
Binary111111011000100111010110000110011011010001001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD089D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD089D; }

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

 H1.HeaderClassName
 {
   color: #FD089D;
 }
 .AnyTagClassName
 {
   color: #FD089D;
 }
</style>
background-color css

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

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

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

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

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

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