Html Css Color HEX #F62AFF Magenta

📋 copy color: '#F62AFF'

red 246 ◦ green 42 ◦ blue 255

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

Shades of Magenta #F62AFF

Tints of Magenta #F62AFF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 7.73%

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

R = 45.3%
G = 7.73%
B = 46.96%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F62AFF (or 0xF62AFF) is known color: Magenta. HEX triplet: F6, 2A and FF. RGB value is (246,42,255). Sum of RGB (Red+Green+Blue) = 246+42+255=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 42 (16.80% from 255 or 7.73% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #F62AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F62AFF is #09D500. Grayscale: #7E7E7E. Windows color (decimal): -644353 or 16722678. OLE color: 16722678.

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

Color convert

RGB 246 42 255 -
CMYK 0.04 0.84 0 0
HSL 297.46º 1% 0.58% -
HSV(B) 297.46º 0.84% 1% -
XYZ 56.88 28.47 97.1 -
YUV 127.28 200.09 212.68 -
System Red Green Blue C M Y K H S L
Decimal 246 42 255 0.04 0.84 0 0 297.46 1 0.58
Hex F6 2A FF 4 54 0 0 129 64 3A
Octal 366 52 377 4 124 0 0 451 144 72
Binary 11110110 101010 11111111 100 1010100 0 0 100101001 1100100 111010

Color Harmonies of #F62AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62AFF

Black with #F62AFF

Text Example


Text Example

White with #F62AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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