Html Css Color HEX #F64372 Violet Red

📋 copy color: '#F64372'

red 246 ◦ green 67 ◦ blue 114

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

Shades of Violet Red #F64372

Tints of Violet Red #F64372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.7%

R = 57.61%
G = 15.69%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F64372 (or 0xF64372) is known color: Violet Red. HEX triplet: F6, 43 and 72. RGB value is (246,67,114). Sum of RGB (Red+Green+Blue) = 246+67+114=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F64372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64372 is #09BC8D. Grayscale: #7D7D7D. Windows color (decimal): -638094 or 7488502. OLE color: 7488502.

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

Color convert

RGB 246 67 114 -
CMYK 0 0.73 0.54 0.04
HSL 344.25º 0.91% 0.61% -
HSV(B) 344.25º 0.73% 0.96% -
XYZ 43.05 24.82 18.44 -
YUV 125.88 121.3 213.68 -
System Red Green Blue C M Y K H S L
Decimal 246 67 114 0 0.73 0.54 0.04 344.25 0.91 0.61
Hex F6 43 72 0 49 36 4 158 5B 3D
Octal 366 103 162 0 111 66 4 530 133 75
Binary 11110110 1000011 1110010 0 1001001 110110 100 101011000 1011011 111101

Color Harmonies of #F64372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64372

Black with #F64372

Text Example


Text Example

White with #F64372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64372; }

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

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

background-color css

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

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

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

border-color css

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

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

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