#F64186

Color #F64186 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #F64186

Tints of Violet Red #F64186

Color information

#F64186 (or 0xF64186) is unknown color: approx Violet Red. HEX triplet: F6, 41 and 86. RGB value is (246,65,134). Sum of RGB (Red+Green+Blue) = 246+65+134=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F64186 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64186 is #09BE79. Grayscale: #7E7E7E. Windows color (decimal): -638586 or 8798710. OLE color: 8798710.

HSL color Cylindrical-coordinate representation of color #F64186: hue angle of 337.13º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F64186 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB24665134-
CMYK00.740.460.04
HSL337.13º90.95%60.98%-
HSV(B)337.13º73.58%96.47%-
XYZ44.225.0925.07-
YUV126.98131.97212.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.28%
GREEN value IS 65 (25.78% from 255) = 14.61%
BLUE value IS 134 (52.73% from 255) = 30.11%
R=55.28%
G=14.61%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466513400.740.460.04337.1390.9560.98
HexF6418604A2E41515b3d
Octal366101206011256452113375
Binary11110110100000110000110010010101011101001010100011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64186; }

 p { color: rgb(246,65,134); }

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

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

 a { background-color: rgb(246,65,134); }

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

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

 span { border-color: rgb(246,65,134); }

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