Html Css Color HEX #F502FB Magenta

📋 copy color: '#F502FB'

red 245 ◦ green 2 ◦ blue 251

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

Shades of Magenta #F502FB

Tints of Magenta #F502FB

RGB

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

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

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

R = 49.2%
G = 0.4%
B = 50.4%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F502FB (or 0xF502FB) is known color: Magenta. HEX triplet: F5, 02 and FB. RGB value is (245,2,251). Sum of RGB (Red+Green+Blue) = 245+2+251=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 2 (1.17% from 255 or 0.40% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #F502FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F502FB is #0AFD04. Grayscale: #666666. Windows color (decimal): -720133 or 16450293. OLE color: 16450293.

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

Color convert

RGB 245 2 251 -
CMYK 0.02 0.99 0 0.02
HSL 298.55º 0.98% 0.5% -
HSV(B) 298.55º 0.99% 0.98% -
XYZ 55.09 26.42 93.46 -
YUV 103.04 211.51 229.25 -
System Red Green Blue C M Y K H S L
Decimal 245 2 251 0.02 0.99 0 0.02 298.55 0.98 0.5
Hex F5 2 FB 2 63 0 2 12B 62 32
Octal 365 2 373 2 143 0 2 453 142 62
Binary 11110101 10 11111011 10 1100011 0 10 100101011 1100010 110010

Color Harmonies of #F502FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F502FB

Black with #F502FB

Text Example


Text Example

White with #F502FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F502FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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