#F10FA2

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

Shades of Hollywood Cerise #F10FA2

Tints of Hollywood Cerise #F10FA2

Color information

#F10FA2 (or 0xF10FA2) is unknown color: approx Hollywood Cerise. HEX triplet: F1, 0F and A2. RGB value is (241,15,162). Sum of RGB (Red+Green+Blue) = 241+15+162=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10FA2 is #0EF05D. Grayscale: #626262. Windows color (decimal): -979038 or 10620913. OLE color: 10620913.

HSL color Cylindrical-coordinate representation of color #F10FA2: hue angle of 320.97º 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 #F10FA2 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB24115162-
CMYK00.940.330.05
HSL320.97º88.98%50.2%-
HSV(B)320.97º93.78%94.51%-
XYZ42.9721.6536.1-
YUV99.33163.37229.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.66%
GREEN value IS 15 (6.25% from 255) = 3.59%
BLUE value IS 162 (63.67% from 255) = 38.76%
R=57.66%
G=3.59%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411516200.940.330.05320.9788.9850.2
HexF1FA205E2151415932
Octal36117242013641550113162
Binary11110001111110100010010111101000011011010000011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10FA2; }

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

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

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

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

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

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

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

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