Html Css Color HEX #F502ED Magenta

📋 copy color: '#F502ED'

red 245 ◦ green 2 ◦ blue 237

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

Shades of Magenta #F502ED

Tints of Magenta #F502ED

RGB

 RED value IS 245 (96.09% from 255) = 50.62%

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

 BLUE value IS 237 (92.97% from 255) = 48.97%

R = 50.62%
G = 0.41%
B = 48.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F502ED (or 0xF502ED) is known color: Magenta. HEX triplet: F5, 02 and ED. RGB value is (245,2,237). Sum of RGB (Red+Green+Blue) = 245+2+237=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 2 (1.17% from 255 or 0.41% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F502ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F502ED is #0AFD12. Grayscale: #646464. Windows color (decimal): -720147 or 15532789. OLE color: 15532789.

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

Color convert

RGB 245 2 237 -
CMYK 0 0.99 0.03 0.04
HSL 301.98º 0.98% 0.48% -
HSV(B) 301.98º 0.99% 0.96% -
XYZ 52.96 25.57 82.26 -
YUV 101.45 204.51 230.39 -
System Red Green Blue C M Y K H S L
Decimal 245 2 237 0 0.99 0.03 0.04 301.98 0.98 0.48
Hex F5 2 ED 0 63 3 4 12E 62 30
Octal 365 2 355 0 143 3 4 456 142 60
Binary 11110101 10 11101101 0 1100011 11 100 100101110 1100010 110000

Color Harmonies of #F502ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F502ED

Black with #F502ED

Text Example


Text Example

White with #F502ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F502ED; }

 p { color: rgb(245,2,237); }

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

background-color css

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

 a { background-color: rgb(245,2,237); }

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

border-color css

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

 span { border-color: rgb(245,2,237); }

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