Html Css Color HEX #F64080 Violet Red

📋 copy color: '#F64080'

red 246 ◦ green 64 ◦ blue 128

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

Shades of Violet Red #F64080

Tints of Violet Red #F64080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.22%

R = 56.16%
G = 14.61%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F64080 (or 0xF64080) is known color: Violet Red. HEX triplet: F6, 40 and 80. RGB value is (246,64,128). Sum of RGB (Red+Green+Blue) = 246+64+128=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F64080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64080 is #09BF7F. Grayscale: #7D7D7D. Windows color (decimal): -638848 or 8405238. OLE color: 8405238.

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

Color convert

RGB 246 64 128 -
CMYK 0 0.74 0.48 0.04
HSL 338.9º 0.91% 0.61% -
HSV(B) 338.9º 0.74% 0.96% -
XYZ 43.74 24.82 22.91 -
YUV 125.71 129.3 213.8 -
System Red Green Blue C M Y K H S L
Decimal 246 64 128 0 0.74 0.48 0.04 338.9 0.91 0.61
Hex F6 40 80 0 4A 30 4 153 5B 3D
Octal 366 100 200 0 112 60 4 523 133 75
Binary 11110110 1000000 10000000 0 1001010 110000 100 101010011 1011011 111101

Color Harmonies of #F64080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64080

Black with #F64080

Text Example


Text Example

White with #F64080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64080; }

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

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

background-color css

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

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

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

border-color css

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

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

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