Html Css Color HEX #F64086 Violet Red

📋 copy color: '#F64086'

red 246 ◦ green 64 ◦ blue 134

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

Shades of Violet Red #F64086

Tints of Violet Red #F64086

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.41%

 BLUE value IS 134 (52.73% from 255) = 30.18%

R = 55.41%
G = 14.41%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F64086 (or 0xF64086) is known color: Violet Red. HEX triplet: F6, 40 and 86. RGB value is (246,64,134). Sum of RGB (Red+Green+Blue) = 246+64+134=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F64086 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64086 is #09BF79. Grayscale: #7E7E7E. Windows color (decimal): -638842 or 8798454. OLE color: 8798454.

HSL color Cylindrical-coordinate representation of color #F64086: hue angle of 336.92º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F64086 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 64 134 -
CMYK 0 0.74 0.46 0.04
HSL 336.92º 0.91% 0.61% -
HSV(B) 336.92º 0.74% 0.96% -
XYZ 44.14 24.98 25.05 -
YUV 126.4 132.3 213.31 -
System Red Green Blue C M Y K H S L
Decimal 246 64 134 0 0.74 0.46 0.04 336.92 0.91 0.61
Hex F6 40 86 0 4A 2E 4 151 5B 3D
Octal 366 100 206 0 112 56 4 521 133 75
Binary 11110110 1000000 10000110 0 1001010 101110 100 101010001 1011011 111101

Color Harmonies of #F64086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64086

Black with #F64086

Text Example


Text Example

White with #F64086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64086; }

 p { color: rgb(246,64,134); }

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

background-color css

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

 a { background-color: rgb(246,64,134); }

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

border-color css

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

 span { border-color: rgb(246,64,134); }

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