Html Css Color HEX #F64379 Violet Red

📋 copy color: '#F64379'

red 246 ◦ green 67 ◦ blue 121

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

Shades of Violet Red #F64379

Tints of Violet Red #F64379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.44%

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

R = 56.68%
G = 15.44%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F64379 (or 0xF64379) is known color: Violet Red. HEX triplet: F6, 43 and 79. RGB value is (246,67,121). Sum of RGB (Red+Green+Blue) = 246+67+121=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F64379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64379 is #09BC86. Grayscale: #7E7E7E. Windows color (decimal): -638087 or 7947254. OLE color: 7947254.

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

Color convert

RGB 246 67 121 -
CMYK 0 0.73 0.51 0.04
HSL 341.9º 0.91% 0.61% -
HSV(B) 341.9º 0.73% 0.96% -
XYZ 43.46 24.99 20.62 -
YUV 126.68 124.8 213.11 -
System Red Green Blue C M Y K H S L
Decimal 246 67 121 0 0.73 0.51 0.04 341.9 0.91 0.61
Hex F6 43 79 0 49 33 4 156 5B 3D
Octal 366 103 171 0 111 63 4 526 133 75
Binary 11110110 1000011 1111001 0 1001001 110011 100 101010110 1011011 111101

Color Harmonies of #F64379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64379

Black with #F64379

Text Example


Text Example

White with #F64379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64379; }

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

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

background-color css

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

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

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

border-color css

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

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

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