Html Css Color HEX #F02CF8 Magenta

📋 copy color: '#F02CF8'

red 240 ◦ green 44 ◦ blue 248

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

Shades of Magenta #F02CF8

Tints of Magenta #F02CF8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.27%

 BLUE value IS 248 (97.27% from 255) = 46.62%

R = 45.11%
G = 8.27%
B = 46.62%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F02CF8 (or 0xF02CF8) is known color: Magenta. HEX triplet: F0, 2C and F8. RGB value is (240,44,248). Sum of RGB (Red+Green+Blue) = 240+44+248=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 44 (17.58% from 255 or 8.27% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #F02CF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02CF8 is #0FD307. Grayscale: #7D7D7D. Windows color (decimal): -1037064 or 16264432. OLE color: 16264432.

HSL color Cylindrical-coordinate representation of color #F02CF8: hue angle of 297.65º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02CF8 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 44 248 -
CMYK 0.03 0.82 0 0.03
HSL 297.65º 0.94% 0.57% -
HSV(B) 297.65º 0.82% 0.97% -
XYZ 53.78 27.1 91.2 -
YUV 125.86 196.93 209.41 -
System Red Green Blue C M Y K H S L
Decimal 240 44 248 0.03 0.82 0 0.03 297.65 0.94 0.57
Hex F0 2C F8 3 52 0 3 12A 5E 39
Octal 360 54 370 3 122 0 3 452 136 71
Binary 11110000 101100 11111000 11 1010010 0 11 100101010 1011110 111001

Color Harmonies of #F02CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02CF8

Black with #F02CF8

Text Example


Text Example

White with #F02CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02CF8; }

 p { color: rgb(240,44,248); }

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

background-color css

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

 a { background-color: rgb(240,44,248); }

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

border-color css

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

 span { border-color: rgb(240,44,248); }

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