#f90da7

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

Shades of Hollywood Cerise #F90DA7

Tints of Hollywood Cerise #F90DA7

Color information

#F90DA7 (or 0xF90DA7) is unknown color: approx Hollywood Cerise. HEX triplet: F9, 0D and A7. RGB value is (249,13,167). Sum of RGB (Red+Green+Blue) = 249+13+167=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F90DA7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90DA7 is #06F258. Grayscale: #646464. Windows color (decimal): -455257 or 10948089. OLE color: 10948089.

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

Color convert

RGB24913167-
CMYK00.950.330.02
HSL320.85º95.16%51.37%-
HSV(B)320.85º94.78%97.65%-
XYZ46.1923.2238.61-
YUV101.12165.19233.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.04%
GREEN value IS 13 (5.47% from 255) = 3.03%
BLUE value IS 167 (65.62% from 255) = 38.93%
R=58.04%
G=3.03%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491316700.950.330.02320.8595.1651.37
HexF9DA705F2121415f33
Octal37115247013741250113763
Binary1111100111011010011101011111100001101010000011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f90da7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f90da7; }

 p { color: rgb(249,13,167); }

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

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

 a { background-color: rgb(249,13,167); }

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

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

 span { border-color: rgb(249,13,167); }

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