#F10390

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

Shades of Hollywood Cerise #F10390

Tints of Hollywood Cerise #F10390

Color information

#F10390 (or 0xF10390) is unknown color: approx Hollywood Cerise. HEX triplet: F1, 03 and 90. RGB value is (241,3,144). Sum of RGB (Red+Green+Blue) = 241+3+144=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F10390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10390 is #0EFC6F. Grayscale: #595959. Windows color (decimal): -982128 or 9438193. OLE color: 9438193.

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

Color convert

RGB2413144-
CMYK00.990.400.05
HSL324.45º97.54%47.84%-
HSV(B)324.45º98.76%94.51%-
XYZ41.3420.7828.22-
YUV90.24158.35235.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.11%
GREEN value IS 3 (1.56% from 255) = 0.77%
BLUE value IS 144 (56.64% from 255) = 37.11%
R=62.11%
G=0.77%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241314400.990.400.05324.4597.5447.84
HexF13900632851446230
Octal3613220014350550414260
Binary111100011110010000011000111010001011010001001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10390; }

 p { color: rgb(241,3,144); }

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

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

 a { background-color: rgb(241,3,144); }

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

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

 span { border-color: rgb(241,3,144); }

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