#F10592

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

Shades of Hollywood Cerise #F10592

Tints of Hollywood Cerise #F10592

Color information

#F10592 (or 0xF10592) is unknown color: approx Hollywood Cerise. HEX triplet: F1, 05 and 92. RGB value is (241,5,146). Sum of RGB (Red+Green+Blue) = 241+5+146=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F10592 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10592 is #0EFA6D. Grayscale: #5B5B5B. Windows color (decimal): -981614 or 9569777. OLE color: 9569777.

HSL color Cylindrical-coordinate representation of color #F10592: hue angle of 324.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10592 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB2415146-
CMYK00.980.390.05
HSL324.15º95.93%48.24%-
HSV(B)324.15º97.93%94.51%-
XYZ41.5220.8829.04-
YUV91.64158.69234.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.48%
GREEN value IS 5 (2.34% from 255) = 1.28%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=61.48%
G=1.28%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241514600.980.390.05324.1595.9348.24
HexF15920622751446030
Octal3615222014247550414060
Binary1111000110110010010011000101001111011010001001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10592; }

 p { color: rgb(241,5,146); }

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

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

 a { background-color: rgb(241,5,146); }

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

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

 span { border-color: rgb(241,5,146); }

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