Html Css Color HEX #F02DF5 Magenta

📋 copy color: '#F02DF5'

red 240 ◦ green 45 ◦ blue 245

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

Shades of Magenta #F02DF5

Tints of Magenta #F02DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.23%

R = 45.28%
G = 8.49%
B = 46.23%

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

#F02DF5 (or 0xF02DF5) is known color: Magenta. HEX triplet: F0, 2D and F5. RGB value is (240,45,245). Sum of RGB (Red+Green+Blue) = 240+45+245=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 45 (17.97% from 255 or 8.49% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 245 - color contains mainly: blue. Hex color #F02DF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02DF5 is #0FD20A. Grayscale: #7D7D7D. Windows color (decimal): -1036811 or 16068080. OLE color: 16068080.

HSL color Cylindrical-coordinate representation of color #F02DF5: hue angle of 298.5º degrees, saturation: 0.91, 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 #F02DF5 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 45 245 -
CMYK 0.02 0.82 0 0.04
HSL 298.5º 0.91% 0.57% -
HSV(B) 298.5º 0.82% 0.96% -
XYZ 53.36 26.99 88.78 -
YUV 126.11 195.1 209.24 -
System Red Green Blue C M Y K H S L
Decimal 240 45 245 0.02 0.82 0 0.04 298.5 0.91 0.57
Hex F0 2D F5 2 52 0 4 12A 5B 39
Octal 360 55 365 2 122 0 4 452 133 71
Binary 11110000 101101 11110101 10 1010010 0 100 100101010 1011011 111001

Color Harmonies of #F02DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02DF5

Black with #F02DF5

Text Example


Text Example

White with #F02DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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