Html Css Color HEX #F620F1 Magenta

📋 copy color: '#F620F1'

red 246 ◦ green 32 ◦ blue 241

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

Shades of Magenta #F620F1

Tints of Magenta #F620F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.44%

R = 47.4%
G = 6.17%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F620F1 (or 0xF620F1) is known color: Magenta. HEX triplet: F6, 20 and F1. RGB value is (246,32,241). Sum of RGB (Red+Green+Blue) = 246+32+241=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 32 (12.89% from 255 or 6.17% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F620F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F620F1 is #09DF0E. Grayscale: #777777. Windows color (decimal): -646927 or 15802614. OLE color: 15802614.

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

Color convert

RGB 246 32 241 -
CMYK 0 0.87 0.02 0.04
HSL 301.4º 0.92% 0.55% -
HSV(B) 301.4º 0.87% 0.96% -
XYZ 54.4 26.98 85.56 -
YUV 119.81 196.4 218.01 -
System Red Green Blue C M Y K H S L
Decimal 246 32 241 0 0.87 0.02 0.04 301.4 0.92 0.55
Hex F6 20 F1 0 57 2 4 12D 5C 37
Octal 366 40 361 0 127 2 4 455 134 67
Binary 11110110 100000 11110001 0 1010111 10 100 100101101 1011100 110111

Color Harmonies of #F620F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F620F1

Black with #F620F1

Text Example


Text Example

White with #F620F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F620F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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