#F209B0

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

Shades of Hollywood Cerise #F209B0

Tints of Hollywood Cerise #F209B0

Color information

#F209B0 (or 0xF209B0) is unknown color: approx Hollywood Cerise. HEX triplet: F2, 09 and B0. RGB value is (242,9,176). Sum of RGB (Red+Green+Blue) = 242+9+176=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 9 (3.91% from 255 or 2.11% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F209B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F209B0 is #0DF64F. Grayscale: #616161. Windows color (decimal): -915024 or 11536882. OLE color: 11536882.

HSL color Cylindrical-coordinate representation of color #F209B0: hue angle of 317º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F209B0 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB2429176-
CMYK00.960.270.05
HSL317º92.83%49.22%-
HSV(B)317º96.28%94.9%-
XYZ44.5522.2143.01-
YUV97.71172.19230.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.67%
GREEN value IS 9 (3.91% from 255) = 2.11%
BLUE value IS 176 (69.14% from 255) = 41.22%
R=56.67%
G=2.11%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242917600.960.270.0531792.8349.22
HexF29B00601B513d5d31
Octal36211260014033547513561
Binary1111001010011011000001100000110111011001111011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F209B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F209B0; }

 p { color: rgb(242,9,176); }

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

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

 a { background-color: rgb(242,9,176); }

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

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

 span { border-color: rgb(242,9,176); }

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