Html Css Color HEX #F502DD Hot Magenta

📋 copy color: '#F502DD'

red 245 ◦ green 2 ◦ blue 221

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

Shades of Hot Magenta #F502DD

Tints of Hot Magenta #F502DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 52.35%
G = 0.43%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F502DD (or 0xF502DD) is known color: Hot Magenta. HEX triplet: F5, 02 and DD. RGB value is (245,2,221). Sum of RGB (Red+Green+Blue) = 245+2+221=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 2 (1.17% from 255 or 0.43% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F502DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F502DD is #0AFD22. Grayscale: #626262. Windows color (decimal): -720163 or 14484213. OLE color: 14484213.

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

Color convert

RGB 245 2 221 -
CMYK 0 0.99 0.10 0.04
HSL 305.93º 0.98% 0.48% -
HSV(B) 305.93º 0.99% 0.96% -
XYZ 50.73 24.68 70.5 -
YUV 99.62 196.51 231.69 -
System Red Green Blue C M Y K H S L
Decimal 245 2 221 0 0.99 0.10 0.04 305.93 0.98 0.48
Hex F5 2 DD 0 63 A 4 132 62 30
Octal 365 2 335 0 143 12 4 462 142 60
Binary 11110101 10 11011101 0 1100011 1010 100 100110010 1100010 110000

Color Harmonies of #F502DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F502DD

Black with #F502DD

Text Example


Text Example

White with #F502DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F502DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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