#F1048F

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

Shades of Hollywood Cerise #F1048F

Tints of Hollywood Cerise #F1048F

Color information

#F1048F (or 0xF1048F) is unknown color: approx Hollywood Cerise. HEX triplet: F1, 04 and 8F. RGB value is (241,4,143). Sum of RGB (Red+Green+Blue) = 241+4+143=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F1048F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1048F is #0EFB70. Grayscale: #5A5A5A. Windows color (decimal): -981873 or 9372913. OLE color: 9372913.

HSL color Cylindrical-coordinate representation of color #F1048F: hue angle of 324.81º degrees, saturation: 0.97, 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 #F1048F is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB2414143-
CMYK00.980.410.05
HSL324.81º96.73%48.04%-
HSV(B)324.81º98.34%94.51%-
XYZ41.2820.7727.82-
YUV90.71157.52235.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.11%
GREEN value IS 4 (1.95% from 255) = 1.03%
BLUE value IS 143 (56.25% from 255) = 36.86%
R=62.11%
G=1.03%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241414300.980.410.05324.8196.7348.04
HexF148F0622951456130
Octal3614217014251550514160
Binary1111000110010001111011000101010011011010001011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1048F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1048F; }

 p { color: rgb(241,4,143); }

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

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

 a { background-color: rgb(241,4,143); }

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

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

 span { border-color: rgb(241,4,143); }

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