Html Css Color HEX #F62F7D Violet Red

📋 copy color: '#F62F7D'

red 246 ◦ green 47 ◦ blue 125

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

Shades of Violet Red #F62F7D

Tints of Violet Red #F62F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 58.85%
G = 11.24%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F62F7D (or 0xF62F7D) is known color: Violet Red. HEX triplet: F6, 2F and 7D. RGB value is (246,47,125). Sum of RGB (Red+Green+Blue) = 246+47+125=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F62F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62F7D is #09D082. Grayscale: #737373. Windows color (decimal): -643203 or 8204278. OLE color: 8204278.

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

Color convert

RGB 246 47 125 -
CMYK 0 0.81 0.49 0.04
HSL 336.48º 0.92% 0.57% -
HSV(B) 336.48º 0.81% 0.96% -
XYZ 42.72 23.11 21.61 -
YUV 115.39 133.43 221.16 -
System Red Green Blue C M Y K H S L
Decimal 246 47 125 0 0.81 0.49 0.04 336.48 0.92 0.57
Hex F6 2F 7D 0 51 31 4 150 5C 39
Octal 366 57 175 0 121 61 4 520 134 71
Binary 11110110 101111 1111101 0 1010001 110001 100 101010000 1011100 111001

Color Harmonies of #F62F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62F7D

Black with #F62F7D

Text Example


Text Example

White with #F62F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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