#F64176

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

Shades of Violet Red #F64176

Tints of Violet Red #F64176

Color information

#F64176 (or 0xF64176) is unknown color: approx Violet Red. HEX triplet: F6, 41 and 76. RGB value is (246,65,118). Sum of RGB (Red+Green+Blue) = 246+65+118=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F64176 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64176 is #09BE89. Grayscale: #7D7D7D. Windows color (decimal): -638602 or 7750134. OLE color: 7750134.

HSL color Cylindrical-coordinate representation of color #F64176: hue angle of 342.43º 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 #F64176 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB24665118-
CMYK00.740.520.04
HSL342.43º90.95%60.98%-
HSV(B)342.43º73.58%96.47%-
XYZ43.1724.6819.63-
YUV125.16123.97214.19-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 57.34%
GREEN value IS 65 (25.78% from 255) = 15.15%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=57.34%
G=15.15%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466511800.740.520.04342.4390.9560.98
HexF6417604A3441565b3d
Octal366101166011264452613375
Binary1111011010000011110110010010101101001001010101101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64176; }

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

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

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

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

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

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

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

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