Html Css Color HEX #F62BFF Magenta

📋 copy color: '#F62BFF'

red 246 ◦ green 43 ◦ blue 255

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

Shades of Magenta #F62BFF

Tints of Magenta #F62BFF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 7.9%

 BLUE value IS 255 (100% from 255) = 46.88%

R = 45.22%
G = 7.9%
B = 46.88%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F62BFF (or 0xF62BFF) is known color: Magenta. HEX triplet: F6, 2B and FF. RGB value is (246,43,255). Sum of RGB (Red+Green+Blue) = 246+43+255=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 43 (17.19% from 255 or 7.90% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #F62BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F62BFF is #09D400. Grayscale: #7F7F7F. Windows color (decimal): -644097 or 16722934. OLE color: 16722934.

HSL color Cylindrical-coordinate representation of color #F62BFF: hue angle of 297.45º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62BFF is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 246 43 255 -
CMYK 0.04 0.83 0 0
HSL 297.45º 1% 0.58% -
HSV(B) 297.45º 0.83% 1% -
XYZ 56.92 28.54 97.12 -
YUV 127.87 199.75 212.26 -
System Red Green Blue C M Y K H S L
Decimal 246 43 255 0.04 0.83 0 0 297.45 1 0.58
Hex F6 2B FF 4 53 0 0 129 64 3A
Octal 366 53 377 4 123 0 0 451 144 72
Binary 11110110 101011 11111111 100 1010011 0 0 100101001 1100100 111010

Color Harmonies of #F62BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62BFF

Black with #F62BFF

Text Example


Text Example

White with #F62BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62BFF; }

 p { color: rgb(246,43,255); }

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

background-color css

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

 a { background-color: rgb(246,43,255); }

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

border-color css

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

 span { border-color: rgb(246,43,255); }

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