Html Css Color HEX #F62BF4 Magenta

📋 copy color: '#F62BF4'

red 246 ◦ green 43 ◦ blue 244

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

Shades of Magenta #F62BF4

Tints of Magenta #F62BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.78%

R = 46.15%
G = 8.07%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F62BF4 (or 0xF62BF4) is known color: Magenta. HEX triplet: F6, 2B and F4. RGB value is (246,43,244). Sum of RGB (Red+Green+Blue) = 246+43+244=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 43 (17.19% from 255 or 8.07% from 533); Blue value is 244 (95.70% from 255 or 45.78% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F62BF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F62BF4 is #09D40B. Grayscale: #7E7E7E. Windows color (decimal): -644108 or 16002038. OLE color: 16002038.

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

Color convert

RGB 246 43 244 -
CMYK 0 0.83 0.01 0.04
HSL 300.59º 0.92% 0.57% -
HSV(B) 300.59º 0.83% 0.96% -
XYZ 55.2 27.85 88.05 -
YUV 126.61 194.25 213.16 -
System Red Green Blue C M Y K H S L
Decimal 246 43 244 0 0.83 0.01 0.04 300.59 0.92 0.57
Hex F6 2B F4 0 53 1 4 12D 5C 39
Octal 366 53 364 0 123 1 4 455 134 71
Binary 11110110 101011 11110100 0 1010011 1 100 100101101 1011100 111001

Color Harmonies of #F62BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62BF4

Black with #F62BF4

Text Example


Text Example

White with #F62BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62BF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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