Html Css Color HEX #F00192 Hollywood Cerise

📋 copy color: '#F00192'

red 240 ◦ green 1 ◦ blue 146

#F00192
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #F00192

Tints of Hollywood Cerise #F00192

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 value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F00192 (or 0xF00192) is known color: 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

RGB 240 1 146 -
CMYK 0 1.00 0.39 0.06
HSL 323.6º 0.99% 0.47% -
HSV(B) 323.6º 1% 0.94% -
XYZ 41.13 20.62 29.01 -
YUV 88.99 160.18 235.71 -
System Red Green Blue C M Y K H S L
Decimal 240 1 146 0 1.00 0.39 0.06 323.6 0.99 0.47
Hex F0 1 92 0 64 27 6 144 63 2F
Octal 360 1 222 0 144 47 6 504 143 57
Binary 11110000 1 10010010 0 1100100 100111 110 101000100 1100011 101111

Color Harmonies of #F00192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00192

Black with #F00192

Text Example


Text Example

White with #F00192

Text Example


Text Example

HTML Codes & Css Web 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>