Html Css Color HEX #F64576 Violet Red

📋 copy color: '#F64576'

red 246 ◦ green 69 ◦ blue 118

#F64576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #F64576

Tints of Violet Red #F64576

RGB

 RED value IS 246 (96.48% from 255) = 56.81%

 GREEN value IS 69 (27.34% from 255) = 15.94%

 BLUE value IS 118 (46.48% from 255) = 27.25%

R = 56.81%
G = 15.94%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F64576 (or 0xF64576) is known color: Violet Red. HEX triplet: F6, 45 and 76. RGB value is (246,69,118). Sum of RGB (Red+Green+Blue) = 246+69+118=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F64576 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64576 is #09BA89. Grayscale: #7F7F7F. Windows color (decimal): -637578 or 7751158. OLE color: 7751158.

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

Color convert

RGB 246 69 118 -
CMYK 0 0.72 0.52 0.04
HSL 343.39º 0.91% 0.62% -
HSV(B) 343.39º 0.72% 0.96% -
XYZ 43.4 25.16 19.71 -
YUV 127.51 122.64 212.52 -
System Red Green Blue C M Y K H S L
Decimal 246 69 118 0 0.72 0.52 0.04 343.39 0.91 0.62
Hex F6 45 76 0 48 34 4 157 5B 3E
Octal 366 105 166 0 110 64 4 527 133 76
Binary 11110110 1000101 1110110 0 1001000 110100 100 101010111 1011011 111110

Color Harmonies of #F64576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64576

Black with #F64576

Text Example


Text Example

White with #F64576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64576; }

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

 H1.HeaderClassName
 {
   color: #F64576;
 }
 .AnyTagClassName
 {
   color: #F64576;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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