#F00192

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

Shades of Hollywood Cerise #F00192

Tints of Hollywood Cerise #F00192

Color information

#F00192 (or 0xF00192) is unknown color: approx Hollywood Cerise. HEX triplet: F0, 01 and 92. RGB value is (240,1,146). Sum of RGB (Red+Green+Blue) = 240+1+146=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F00192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00192 is #0FFE6D. Grayscale: #585858. Windows color (decimal): -1048174 or 9568752. OLE color: 9568752.

HSL color Cylindrical-coordinate representation of color #F00192: hue angle of 323.6º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00192 is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB2401146-
CMYK01.000.390.06
HSL323.6º99.17%47.25%-
HSV(B)323.6º99.58%94.12%-
XYZ41.1320.6229.01-
YUV88.99160.18235.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 62.02%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 146 (57.42% from 255) = 37.73%
R=62.02%
G=0.26%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240114601.000.390.06323.699.1747.25
HexF0192064276144632f
Octal3601222014447650414357
Binary11110000110010010011001001001111101010001001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00192; }

 p { color: rgb(240,1,146); }

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

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

 a { background-color: rgb(240,1,146); }

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

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

 span { border-color: rgb(240,1,146); }

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