Html Css Color HEX #F64475 Violet Red

📋 copy color: '#F64475'

red 246 ◦ green 68 ◦ blue 117

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

Shades of Violet Red #F64475

Tints of Violet Red #F64475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.78%

 BLUE value IS 117 (46.09% from 255) = 27.15%

R = 57.08%
G = 15.78%
B = 27.15%

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

#F64475 (or 0xF64475) is known color: Violet Red. HEX triplet: F6, 44 and 75. RGB value is (246,68,117). Sum of RGB (Red+Green+Blue) = 246+68+117=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F64475 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64475 is #09BB8A. Grayscale: #7E7E7E. Windows color (decimal): -637835 or 7685366. OLE color: 7685366.

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

Color convert

RGB 246 68 117 -
CMYK 0 0.72 0.52 0.04
HSL 343.48º 0.91% 0.62% -
HSV(B) 343.48º 0.72% 0.96% -
XYZ 43.28 25.01 19.38 -
YUV 126.81 122.47 213.02 -
System Red Green Blue C M Y K H S L
Decimal 246 68 117 0 0.72 0.52 0.04 343.48 0.91 0.62
Hex F6 44 75 0 48 34 4 157 5B 3E
Octal 366 104 165 0 110 64 4 527 133 76
Binary 11110110 1000100 1110101 0 1001000 110100 100 101010111 1011011 111110

Color Harmonies of #F64475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64475

Black with #F64475

Text Example


Text Example

White with #F64475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64475; }

 p { color: rgb(246,68,117); }

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

background-color css

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

 a { background-color: rgb(246,68,117); }

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

border-color css

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

 span { border-color: rgb(246,68,117); }

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