Html Css Color HEX #F802DD Hot Magenta

📋 copy color: '#F802DD'

red 248 ◦ green 2 ◦ blue 221

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

Shades of Hot Magenta #F802DD

Tints of Hot Magenta #F802DD

RGB

 RED value IS 248 (97.27% from 255) = 52.65%

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

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

R = 52.65%
G = 0.42%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F802DD (or 0xF802DD) is known color: Hot Magenta. HEX triplet: F8, 02 and DD. RGB value is (248,2,221). Sum of RGB (Red+Green+Blue) = 248+2+221=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 2 (1.17% from 255 or 0.42% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F802DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F802DD is #07FD22. Grayscale: #636363. Windows color (decimal): -523555 or 14484216. OLE color: 14484216.

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

Color convert

RGB 248 2 221 -
CMYK 0 0.99 0.11 0.03
HSL 306.59º 0.98% 0.49% -
HSV(B) 306.59º 0.99% 0.97% -
XYZ 51.78 25.22 70.55 -
YUV 100.52 196 233.19 -
System Red Green Blue C M Y K H S L
Decimal 248 2 221 0 0.99 0.11 0.03 306.59 0.98 0.49
Hex F8 2 DD 0 63 B 3 133 62 31
Octal 370 2 335 0 143 13 3 463 142 61
Binary 11111000 10 11011101 0 1100011 1011 11 100110011 1100010 110001

Color Harmonies of #F802DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F802DD

Black with #F802DD

Text Example


Text Example

White with #F802DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F802DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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