Html Css Color HEX #F64997 Violet Red

📋 copy color: '#F64997'

red 246 ◦ green 73 ◦ blue 151

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

Shades of Violet Red #F64997

Tints of Violet Red #F64997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.53%

 BLUE value IS 151 (59.38% from 255) = 32.13%

R = 52.34%
G = 15.53%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F64997 (or 0xF64997) is known color: Violet Red. HEX triplet: F6, 49 and 97. RGB value is (246,73,151). Sum of RGB (Red+Green+Blue) = 246+73+151=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F64997 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64997 is #09B668. Grayscale: #858585. Windows color (decimal): -636521 or 9914870. OLE color: 9914870.

HSL color Cylindrical-coordinate representation of color #F64997: hue angle of 332.95º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64997 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 73 151 -
CMYK 0 0.70 0.39 0.04
HSL 332.95º 0.91% 0.63% -
HSV(B) 332.95º 0.7% 0.96% -
XYZ 45.97 26.59 31.99 -
YUV 133.62 137.81 208.16 -
System Red Green Blue C M Y K H S L
Decimal 246 73 151 0 0.70 0.39 0.04 332.95 0.91 0.63
Hex F6 49 97 0 46 27 4 14D 5B 3F
Octal 366 111 227 0 106 47 4 515 133 77
Binary 11110110 1001001 10010111 0 1000110 100111 100 101001101 1011011 111111

Color Harmonies of #F64997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64997

Black with #F64997

Text Example


Text Example

White with #F64997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64997; }

 p { color: rgb(246,73,151); }

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

background-color css

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

 a { background-color: rgb(246,73,151); }

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

border-color css

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

 span { border-color: rgb(246,73,151); }

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