#F10FA1

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

Shades of Hollywood Cerise #F10FA1

Tints of Hollywood Cerise #F10FA1

Color information

#F10FA1 (or 0xF10FA1) is unknown color: approx Hollywood Cerise. HEX triplet: F1, 0F and A1. RGB value is (241,15,161). Sum of RGB (Red+Green+Blue) = 241+15+161=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10FA1 is #0EF05E. Grayscale: #626262. Windows color (decimal): -979039 or 10555377. OLE color: 10555377.

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

Color convert

RGB24115161-
CMYK00.940.330.05
HSL321.24º88.98%50.2%-
HSV(B)321.24º93.78%94.51%-
XYZ42.8821.6235.63-
YUV99.22162.87229.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.79%
GREEN value IS 15 (6.25% from 255) = 3.60%
BLUE value IS 161 (63.28% from 255) = 38.61%
R=57.79%
G=3.60%
B=38.61%

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
Decimal2411516100.940.330.05321.2488.9850.2
HexF1FA105E2151415932
Octal36117241013641550113162
Binary11110001111110100001010111101000011011010000011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10FA1; }

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

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

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

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

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

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

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

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