Html Css Color HEX #F502DA Hot Magenta

📋 copy color: '#F502DA'

red 245 ◦ green 2 ◦ blue 218

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

Shades of Hot Magenta #F502DA

Tints of Hot Magenta #F502DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 52.69%
G = 0.43%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F502DA (or 0xF502DA) is known color: Hot Magenta. HEX triplet: F5, 02 and DA. RGB value is (245,2,218). Sum of RGB (Red+Green+Blue) = 245+2+218=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 2 (1.17% from 255 or 0.43% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F502DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F502DA is #0AFD25. Grayscale: #626262. Windows color (decimal): -720166 or 14287605. OLE color: 14287605.

HSL color Cylindrical-coordinate representation of color #F502DA: hue angle of 306.67º 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 #F502DA is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 2 218 -
CMYK 0 0.99 0.11 0.04
HSL 306.67º 0.98% 0.48% -
HSV(B) 306.67º 0.99% 0.96% -
XYZ 50.33 24.52 68.41 -
YUV 99.28 195.01 231.94 -
System Red Green Blue C M Y K H S L
Decimal 245 2 218 0 0.99 0.11 0.04 306.67 0.98 0.48
Hex F5 2 DA 0 63 B 4 133 62 30
Octal 365 2 332 0 143 13 4 463 142 60
Binary 11110101 10 11011010 0 1100011 1011 100 100110011 1100010 110000

Color Harmonies of #F502DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F502DA

Black with #F502DA

Text Example


Text Example

White with #F502DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F502DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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