#F10FA0

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

Shades of Hollywood Cerise #F10FA0

Tints of Hollywood Cerise #F10FA0

Color information

#F10FA0 (or 0xF10FA0) is unknown color: approx Hollywood Cerise. HEX triplet: F1, 0F and A0. RGB value is (241,15,160). Sum of RGB (Red+Green+Blue) = 241+15+160=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10FA0 is #0EF05F. Grayscale: #626262. Windows color (decimal): -979040 or 10489841. OLE color: 10489841.

HSL color Cylindrical-coordinate representation of color #F10FA0: hue angle of 321.5º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10FA0 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB24115160-
CMYK00.940.340.05
HSL321.5º88.98%50.2%-
HSV(B)321.5º93.78%94.51%-
XYZ42.7921.5835.17-
YUV99.1162.37229.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.93%
GREEN value IS 15 (6.25% from 255) = 3.61%
BLUE value IS 160 (62.89% from 255) = 38.46%
R=57.93%
G=3.61%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411516000.940.340.05321.588.9850.2
HexF1FA005E2251425932
Octal36117240013642550213162
Binary11110001111110100000010111101000101011010000101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10FA0; }

 p { color: rgb(241,15,160); }

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

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

 a { background-color: rgb(241,15,160); }

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

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

 span { border-color: rgb(241,15,160); }

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