Html Css Color HEX #F64390 Violet Red

📋 copy color: '#F64390'

red 246 ◦ green 67 ◦ blue 144

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

Shades of Violet Red #F64390

Tints of Violet Red #F64390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.51%

R = 53.83%
G = 14.66%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F64390 (or 0xF64390) is known color: Violet Red. HEX triplet: F6, 43 and 90. RGB value is (246,67,144). Sum of RGB (Red+Green+Blue) = 246+67+144=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 67 (26.56% from 255 or 14.66% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F64390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64390 is #09BC6F. Grayscale: #818181. Windows color (decimal): -638064 or 9454582. OLE color: 9454582.

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

Color convert

RGB 246 67 144 -
CMYK 0 0.73 0.41 0.04
HSL 334.19º 0.91% 0.61% -
HSV(B) 334.19º 0.73% 0.96% -
XYZ 45.05 25.62 28.96 -
YUV 129.3 136.3 211.24 -
System Red Green Blue C M Y K H S L
Decimal 246 67 144 0 0.73 0.41 0.04 334.19 0.91 0.61
Hex F6 43 90 0 49 29 4 14E 5B 3D
Octal 366 103 220 0 111 51 4 516 133 75
Binary 11110110 1000011 10010000 0 1001001 101001 100 101001110 1011011 111101

Color Harmonies of #F64390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64390

Black with #F64390

Text Example


Text Example

White with #F64390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64390; }

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

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

background-color css

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

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

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

border-color css

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

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

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