Html Css Color HEX #F02EFF Magenta

📋 copy color: '#F02EFF'

red 240 ◦ green 46 ◦ blue 255

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

Shades of Magenta #F02EFF

Tints of Magenta #F02EFF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.5%

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

R = 44.36%
G = 8.5%
B = 47.13%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F02EFF (or 0xF02EFF) is known color: Magenta. HEX triplet: F0, 2E and FF. RGB value is (240,46,255). Sum of RGB (Red+Green+Blue) = 240+46+255=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 46 (18.36% from 255 or 8.50% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #F02EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02EFF is #0FD100. Grayscale: #7F7F7F. Windows color (decimal): -1036545 or 16723696. OLE color: 16723696.

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

Color convert

RGB 240 46 255 -
CMYK 0.06 0.82 0 0
HSL 295.69º 1% 0.59% -
HSV(B) 295.69º 0.82% 1% -
XYZ 54.96 27.7 97.06 -
YUV 127.83 199.77 208.01 -
System Red Green Blue C M Y K H S L
Decimal 240 46 255 0.06 0.82 0 0 295.69 1 0.59
Hex F0 2E FF 6 52 0 0 128 64 3B
Octal 360 56 377 6 122 0 0 450 144 73
Binary 11110000 101110 11111111 110 1010010 0 0 100101000 1100100 111011

Color Harmonies of #F02EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02EFF

Black with #F02EFF

Text Example


Text Example

White with #F02EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02EFF; }

 p { color: rgb(240,46,255); }

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

background-color css

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

 a { background-color: rgb(240,46,255); }

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

border-color css

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

 span { border-color: rgb(240,46,255); }

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