Html Css Color HEX #F64279 Violet Red

📋 copy color: '#F64279'

red 246 ◦ green 66 ◦ blue 121

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

Shades of Violet Red #F64279

Tints of Violet Red #F64279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.24%

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

R = 56.81%
G = 15.24%
B = 27.94%

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

#F64279 (or 0xF64279) is known color: Violet Red. HEX triplet: F6, 42 and 79. RGB value is (246,66,121). Sum of RGB (Red+Green+Blue) = 246+66+121=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F64279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64279 is #09BD86. Grayscale: #7E7E7E. Windows color (decimal): -638343 or 7946998. OLE color: 7946998.

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

Color convert

RGB 246 66 121 -
CMYK 0 0.73 0.51 0.04
HSL 341.67º 0.91% 0.61% -
HSV(B) 341.67º 0.73% 0.96% -
XYZ 43.41 24.87 20.6 -
YUV 126.09 125.13 213.53 -
System Red Green Blue C M Y K H S L
Decimal 246 66 121 0 0.73 0.51 0.04 341.67 0.91 0.61
Hex F6 42 79 0 49 33 4 156 5B 3D
Octal 366 102 171 0 111 63 4 526 133 75
Binary 11110110 1000010 1111001 0 1001001 110011 100 101010110 1011011 111101

Color Harmonies of #F64279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64279

Black with #F64279

Text Example


Text Example

White with #F64279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64279; }

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

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

background-color css

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

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

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

border-color css

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

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

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