Html Css Color HEX #F64079 Violet Red

📋 copy color: '#F64079'

red 246 ◦ green 64 ◦ blue 121

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

Shades of Violet Red #F64079

Tints of Violet Red #F64079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.85%

 BLUE value IS 121 (47.66% from 255) = 28.07%

R = 57.08%
G = 14.85%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F64079 (or 0xF64079) is known color: Violet Red. HEX triplet: F6, 40 and 79. RGB value is (246,64,121). Sum of RGB (Red+Green+Blue) = 246+64+121=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F64079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64079 is #09BF86. Grayscale: #7C7C7C. Windows color (decimal): -638855 or 7946486. OLE color: 7946486.

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

Color convert

RGB 246 64 121 -
CMYK 0 0.74 0.51 0.04
HSL 341.21º 0.91% 0.61% -
HSV(B) 341.21º 0.74% 0.96% -
XYZ 43.29 24.64 20.56 -
YUV 124.92 125.8 214.37 -
System Red Green Blue C M Y K H S L
Decimal 246 64 121 0 0.74 0.51 0.04 341.21 0.91 0.61
Hex F6 40 79 0 4A 33 4 155 5B 3D
Octal 366 100 171 0 112 63 4 525 133 75
Binary 11110110 1000000 1111001 0 1001010 110011 100 101010101 1011011 111101

Color Harmonies of #F64079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64079

Black with #F64079

Text Example


Text Example

White with #F64079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64079; }

 p { color: rgb(246,64,121); }

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

background-color css

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

 a { background-color: rgb(246,64,121); }

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

border-color css

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

 span { border-color: rgb(246,64,121); }

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