Html Css Color HEX #F62F80 Violet Red

📋 copy color: '#F62F80'

red 246 ◦ green 47 ◦ blue 128

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

Shades of Violet Red #F62F80

Tints of Violet Red #F62F80

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.16%

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

R = 58.43%
G = 11.16%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F62F80 (or 0xF62F80) is known color: Violet Red. HEX triplet: F6, 2F and 80. RGB value is (246,47,128). Sum of RGB (Red+Green+Blue) = 246+47+128=421 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.43% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 246 - color contains mainly: red. Hex color #F62F80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62F80 is #09D07F. Grayscale: #737373. Windows color (decimal): -643200 or 8400886. OLE color: 8400886.

HSL color Cylindrical-coordinate representation of color #F62F80: hue angle of 335.58º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F62F80 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 47 128 -
CMYK 0 0.81 0.48 0.04
HSL 335.58º 0.92% 0.57% -
HSV(B) 335.58º 0.81% 0.96% -
XYZ 42.92 23.18 22.64 -
YUV 115.74 134.93 220.91 -
System Red Green Blue C M Y K H S L
Decimal 246 47 128 0 0.81 0.48 0.04 335.58 0.92 0.57
Hex F6 2F 80 0 51 30 4 150 5C 39
Octal 366 57 200 0 121 60 4 520 134 71
Binary 11110110 101111 10000000 0 1010001 110000 100 101010000 1011100 111001

Color Harmonies of #F62F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62F80

Black with #F62F80

Text Example


Text Example

White with #F62F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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