Html Css Color HEX #F64474 Violet Red

📋 copy color: '#F64474'

red 246 ◦ green 68 ◦ blue 116

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

Shades of Violet Red #F64474

Tints of Violet Red #F64474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.98%

R = 57.21%
G = 15.81%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F64474 (or 0xF64474) is known color: Violet Red. HEX triplet: F6, 44 and 74. RGB value is (246,68,116). Sum of RGB (Red+Green+Blue) = 246+68+116=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F64474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64474 is #09BB8B. Grayscale: #7E7E7E. Windows color (decimal): -637836 or 7619830. OLE color: 7619830.

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

Color convert

RGB 246 68 116 -
CMYK 0 0.72 0.53 0.04
HSL 343.82º 0.91% 0.62% -
HSV(B) 343.82º 0.72% 0.96% -
XYZ 43.23 24.99 19.07 -
YUV 126.69 121.97 213.1 -
System Red Green Blue C M Y K H S L
Decimal 246 68 116 0 0.72 0.53 0.04 343.82 0.91 0.62
Hex F6 44 74 0 48 35 4 158 5B 3E
Octal 366 104 164 0 110 65 4 530 133 76
Binary 11110110 1000100 1110100 0 1001000 110101 100 101011000 1011011 111110

Color Harmonies of #F64474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64474

Black with #F64474

Text Example


Text Example

White with #F64474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64474; }

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

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

background-color css

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

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

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

border-color css

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

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

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