Html Css Color HEX #F502FC Magenta

📋 copy color: '#F502FC'

red 245 ◦ green 2 ◦ blue 252

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

Shades of Magenta #F502FC

Tints of Magenta #F502FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.5%

R = 49.1%
G = 0.4%
B = 50.5%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F502FC (or 0xF502FC) is known color: Magenta. HEX triplet: F5, 02 and FC. RGB value is (245,2,252). Sum of RGB (Red+Green+Blue) = 245+2+252=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 2 (1.17% from 255 or 0.40% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #F502FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F502FC is #0AFD03. Grayscale: #666666. Windows color (decimal): -720132 or 16515829. OLE color: 16515829.

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

Color convert

RGB 245 2 252 -
CMYK 0.03 0.99 0 0.01
HSL 298.32º 0.98% 0.5% -
HSV(B) 298.32º 0.99% 0.99% -
XYZ 55.25 26.48 94.3 -
YUV 103.16 212.01 229.17 -
System Red Green Blue C M Y K H S L
Decimal 245 2 252 0.03 0.99 0 0.01 298.32 0.98 0.5
Hex F5 2 FC 3 63 0 1 12A 62 32
Octal 365 2 374 3 143 0 1 452 142 62
Binary 11110101 10 11111100 11 1100011 0 1 100101010 1100010 110010

Color Harmonies of #F502FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F502FC

Black with #F502FC

Text Example


Text Example

White with #F502FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F502FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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