#F908AC

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

Shades of Hollywood Cerise #F908AC

Tints of Hollywood Cerise #F908AC

Color information

#F908AC (or 0xF908AC) is unknown color: approx Hollywood Cerise. HEX triplet: F9, 08 and AC. RGB value is (249,8,172). Sum of RGB (Red+Green+Blue) = 249+8+172=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F908AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F908AC is #06F753. Grayscale: #626262. Windows color (decimal): -456532 or 11274489. OLE color: 11274489.

HSL color Cylindrical-coordinate representation of color #F908AC: hue angle of 319.17º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F908AC is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB2498172-
CMYK00.970.310.02
HSL319.17º95.26%50.39%-
HSV(B)319.17º96.79%97.65%-
XYZ46.623.2941.07-
YUV98.76169.34235.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.04%
GREEN value IS 8 (3.52% from 255) = 1.86%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=58.04%
G=1.86%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249817200.970.310.02319.1795.2650.39
HexF98AC0611F213f5f32
Octal37110254014137247713762
Binary111110011000101011000110000111111101001111111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F908AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F908AC; }

 p { color: rgb(249,8,172); }

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

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

 a { background-color: rgb(249,8,172); }

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

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

 span { border-color: rgb(249,8,172); }

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