Html Css Color HEX #F02DF6 Magenta

📋 copy color: '#F02DF6'

red 240 ◦ green 45 ◦ blue 246

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

Shades of Magenta #F02DF6

Tints of Magenta #F02DF6

RGB

 RED value IS 240 (94.14% from 255) = 45.2%

 GREEN value IS 45 (17.97% from 255) = 8.47%

 BLUE value IS 246 (96.48% from 255) = 46.33%

R = 45.2%
G = 8.47%
B = 46.33%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F02DF6 (or 0xF02DF6) is known color: Magenta. HEX triplet: F0, 2D and F6. RGB value is (240,45,246). Sum of RGB (Red+Green+Blue) = 240+45+246=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 45 (17.97% from 255 or 8.47% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #F02DF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02DF6 is #0FD209. Grayscale: #7D7D7D. Windows color (decimal): -1036810 or 16133616. OLE color: 16133616.

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

Color convert

RGB 240 45 246 -
CMYK 0.02 0.82 0 0.04
HSL 298.21º 0.92% 0.57% -
HSV(B) 298.21º 0.82% 0.96% -
XYZ 53.51 27.06 89.59 -
YUV 126.22 195.6 209.16 -
System Red Green Blue C M Y K H S L
Decimal 240 45 246 0.02 0.82 0 0.04 298.21 0.92 0.57
Hex F0 2D F6 2 52 0 4 12A 5C 39
Octal 360 55 366 2 122 0 4 452 134 71
Binary 11110000 101101 11110110 10 1010010 0 100 100101010 1011100 111001

Color Harmonies of #F02DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02DF6

Black with #F02DF6

Text Example


Text Example

White with #F02DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02DF6; }

 p { color: rgb(240,45,246); }

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

background-color css

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

 a { background-color: rgb(240,45,246); }

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

border-color css

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

 span { border-color: rgb(240,45,246); }

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