#F104A6

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

Shades of Hollywood Cerise #F104A6

Tints of Hollywood Cerise #F104A6

Color information

#F104A6 (or 0xF104A6) is unknown color: approx Hollywood Cerise. HEX triplet: F1, 04 and A6. RGB value is (241,4,166). Sum of RGB (Red+Green+Blue) = 241+4+166=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F104A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F104A6 is #0EFB59. Grayscale: #5C5C5C. Windows color (decimal): -981850 or 10880241. OLE color: 10880241.

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

Color convert

RGB2414166-
CMYK00.980.310.05
HSL318.99º96.73%48.04%-
HSV(B)318.99º98.34%94.51%-
XYZ43.221.5437.96-
YUV93.33169.02233.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.64%
GREEN value IS 4 (1.95% from 255) = 0.97%
BLUE value IS 166 (65.23% from 255) = 40.39%
R=58.64%
G=0.97%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241416600.980.310.05318.9996.7348.04
HexF14A60621F513f6130
Octal3614246014237547714160
Binary111100011001010011001100010111111011001111111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F104A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F104A6; }

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

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

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

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

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

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

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

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