#F90193

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

Shades of Hollywood Cerise #F90193

Tints of Hollywood Cerise #F90193

Color information

#F90193 (or 0xF90193) is unknown color: approx Hollywood Cerise. HEX triplet: F9, 01 and 93. RGB value is (249,1,147). Sum of RGB (Red+Green+Blue) = 249+1+147=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F90193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90193 is #06FE6C. Grayscale: #5B5B5B. Windows color (decimal): -458349 or 9634297. OLE color: 9634297.

HSL color Cylindrical-coordinate representation of color #F90193: hue angle of 324.68º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90193 is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB2491147-
CMYK01.000.410.02
HSL324.68º99.2%49.02%-
HSV(B)324.68º99.6%97.65%-
XYZ44.3422.2729.56-
YUV91.8159.16240.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 62.72%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 147 (57.81% from 255) = 37.03%
R=62.72%
G=0.25%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249114701.000.410.02324.6899.249.02
HexF91930642921456331
Octal3711223014451250514361
Binary1111100111001001101100100101001101010001011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90193; }

 p { color: rgb(249,1,147); }

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

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

 a { background-color: rgb(249,1,147); }

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

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

 span { border-color: rgb(249,1,147); }

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