#F64581

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

Shades of Violet Red #F64581

Tints of Violet Red #F64581

Color information

#F64581 (or 0xF64581) is unknown color: approx Violet Red. HEX triplet: F6, 45 and 81. RGB value is (246,69,129). Sum of RGB (Red+Green+Blue) = 246+69+129=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F64581 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64581 is #09BA7E. Grayscale: #808080. Windows color (decimal): -637567 or 8472054. OLE color: 8472054.

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

Color convert

RGB24669129-
CMYK00.720.480.04
HSL339.66º90.77%61.76%-
HSV(B)339.66º71.95%96.47%-
XYZ44.125.4323.35-
YUV128.76128.14211.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.41%
GREEN value IS 69 (27.34% from 255) = 15.54%
BLUE value IS 129 (50.78% from 255) = 29.05%
R=55.41%
G=15.54%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466912900.720.480.04339.6690.7761.76
HexF645810483041545b3e
Octal366105201011060452413376
Binary11110110100010110000001010010001100001001010101001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64581; }

 p { color: rgb(246,69,129); }

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

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

 a { background-color: rgb(246,69,129); }

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

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

 span { border-color: rgb(246,69,129); }

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