Html Css Color HEX #F80DDA Hot Magenta

📋 copy color: '#F80DDA'

red 248 ◦ green 13 ◦ blue 218

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

Shades of Hot Magenta #F80DDA

Tints of Hot Magenta #F80DDA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.71%

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

R = 51.77%
G = 2.71%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F80DDA (or 0xF80DDA) is known color: Hot Magenta. HEX triplet: F8, 0D and DA. RGB value is (248,13,218). Sum of RGB (Red+Green+Blue) = 248+13+218=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 13 (5.47% from 255 or 2.71% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80DDA is #07F225. Grayscale: #6A6A6A. Windows color (decimal): -520742 or 14290424. OLE color: 14290424.

HSL color Cylindrical-coordinate representation of color #F80DDA: hue angle of 307.66º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80DDA is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 13 218 -
CMYK 0 0.95 0.12 0.03
HSL 307.66º 0.94% 0.51% -
HSV(B) 307.66º 0.95% 0.97% -
XYZ 51.51 25.31 68.5 -
YUV 106.64 190.86 228.83 -
System Red Green Blue C M Y K H S L
Decimal 248 13 218 0 0.95 0.12 0.03 307.66 0.94 0.51
Hex F8 D DA 0 5F C 3 134 5E 33
Octal 370 15 332 0 137 14 3 464 136 63
Binary 11111000 1101 11011010 0 1011111 1100 11 100110100 1011110 110011

Color Harmonies of #F80DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80DDA

Black with #F80DDA

Text Example


Text Example

White with #F80DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80DDA; }

 p { color: rgb(248,13,218); }

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

background-color css

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

 a { background-color: rgb(248,13,218); }

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

border-color css

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

 span { border-color: rgb(248,13,218); }

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