Html Css Color HEX #F802EA Magenta

📋 copy color: '#F802EA'

red 248 ◦ green 2 ◦ blue 234

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

Shades of Magenta #F802EA

Tints of Magenta #F802EA

RGB

 RED value IS 248 (97.27% from 255) = 51.24%

 GREEN value IS 2 (1.17% from 255) = 0.41%

 BLUE value IS 234 (91.8% from 255) = 48.35%

R = 51.24%
G = 0.41%
B = 48.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F802EA (or 0xF802EA) is known color: Magenta. HEX triplet: F8, 02 and EA. RGB value is (248,2,234). Sum of RGB (Red+Green+Blue) = 248+2+234=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 2 (1.17% from 255 or 0.41% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F802EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F802EA is #07FD15. Grayscale: #656565. Windows color (decimal): -523542 or 15336184. OLE color: 15336184.

HSL color Cylindrical-coordinate representation of color #F802EA: hue angle of 303.41º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F802EA is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 2 234 -
CMYK 0 0.99 0.06 0.03
HSL 303.41º 0.98% 0.49% -
HSV(B) 303.41º 0.99% 0.97% -
XYZ 53.58 25.94 80.02 -
YUV 102 202.5 232.14 -
System Red Green Blue C M Y K H S L
Decimal 248 2 234 0 0.99 0.06 0.03 303.41 0.98 0.49
Hex F8 2 EA 0 63 6 3 12F 62 31
Octal 370 2 352 0 143 6 3 457 142 61
Binary 11111000 10 11101010 0 1100011 110 11 100101111 1100010 110001

Color Harmonies of #F802EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F802EA

Black with #F802EA

Text Example


Text Example

White with #F802EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F802EA; }

 p { color: rgb(248,2,234); }

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

background-color css

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

 a { background-color: rgb(248,2,234); }

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

border-color css

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

 span { border-color: rgb(248,2,234); }

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