Html Css Color HEX #F02EFB Magenta

📋 copy color: '#F02EFB'

red 240 ◦ green 46 ◦ blue 251

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

Shades of Magenta #F02EFB

Tints of Magenta #F02EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.74%

R = 44.69%
G = 8.57%
B = 46.74%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F02EFB (or 0xF02EFB) is known color: Magenta. HEX triplet: F0, 2E and FB. RGB value is (240,46,251). Sum of RGB (Red+Green+Blue) = 240+46+251=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 46 (18.36% from 255 or 8.57% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #F02EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02EFB is #0FD104. Grayscale: #7E7E7E. Windows color (decimal): -1036549 or 16461552. OLE color: 16461552.

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

Color convert

RGB 240 46 251 -
CMYK 0.04 0.82 0 0.02
HSL 296.78º 0.96% 0.58% -
HSV(B) 296.78º 0.82% 0.98% -
XYZ 54.32 27.44 93.7 -
YUV 127.38 197.77 208.33 -
System Red Green Blue C M Y K H S L
Decimal 240 46 251 0.04 0.82 0 0.02 296.78 0.96 0.58
Hex F0 2E FB 4 52 0 2 129 60 3A
Octal 360 56 373 4 122 0 2 451 140 72
Binary 11110000 101110 11111011 100 1010010 0 10 100101001 1100000 111010

Color Harmonies of #F02EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02EFB

Black with #F02EFB

Text Example


Text Example

White with #F02EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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