Html Css Color HEX #F620FA Magenta

📋 copy color: '#F620FA'

red 246 ◦ green 32 ◦ blue 250

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

Shades of Magenta #F620FA

Tints of Magenta #F620FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.06%

 BLUE value IS 250 (98.05% from 255) = 47.35%

R = 46.59%
G = 6.06%
B = 47.35%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F620FA (or 0xF620FA) is known color: Magenta. HEX triplet: F6, 20 and FA. RGB value is (246,32,250). Sum of RGB (Red+Green+Blue) = 246+32+250=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 32 (12.89% from 255 or 6.06% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #F620FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F620FA is #09DF05. Grayscale: #787878. Windows color (decimal): -646918 or 16392438. OLE color: 16392438.

HSL color Cylindrical-coordinate representation of color #F620FA: hue angle of 298.9º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F620FA is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 32 250 -
CMYK 0.02 0.87 0 0.02
HSL 298.9º 0.96% 0.55% -
HSV(B) 298.9º 0.87% 0.98% -
XYZ 55.78 27.53 92.82 -
YUV 120.84 200.9 217.27 -
System Red Green Blue C M Y K H S L
Decimal 246 32 250 0.02 0.87 0 0.02 298.9 0.96 0.55
Hex F6 20 FA 2 57 0 2 12B 60 37
Octal 366 40 372 2 127 0 2 453 140 67
Binary 11110110 100000 11111010 10 1010111 0 10 100101011 1100000 110111

Color Harmonies of #F620FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F620FA

Black with #F620FA

Text Example


Text Example

White with #F620FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F620FA; }

 p { color: rgb(246,32,250); }

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

background-color css

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

 a { background-color: rgb(246,32,250); }

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

border-color css

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

 span { border-color: rgb(246,32,250); }

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