Html Css Color HEX #F80DD2 Hot Magenta

📋 copy color: '#F80DD2'

red 248 ◦ green 13 ◦ blue 210

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

Shades of Hot Magenta #F80DD2

Tints of Hot Magenta #F80DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.59%

R = 52.65%
G = 2.76%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F80DD2 (or 0xF80DD2) is known color: Hot Magenta. HEX triplet: F8, 0D and D2. RGB value is (248,13,210). Sum of RGB (Red+Green+Blue) = 248+13+210=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 13 (5.47% from 255 or 2.76% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80DD2 is #07F22D. Grayscale: #696969. Windows color (decimal): -520750 or 13766136. OLE color: 13766136.

HSL color Cylindrical-coordinate representation of color #F80DD2: hue angle of 309.7º 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 #F80DD2 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 13 210 -
CMYK 0 0.95 0.15 0.03
HSL 309.7º 0.94% 0.51% -
HSV(B) 309.7º 0.95% 0.97% -
XYZ 50.49 24.9 63.12 -
YUV 105.72 186.86 229.48 -
System Red Green Blue C M Y K H S L
Decimal 248 13 210 0 0.95 0.15 0.03 309.7 0.94 0.51
Hex F8 D D2 0 5F F 3 136 5E 33
Octal 370 15 322 0 137 17 3 466 136 63
Binary 11111000 1101 11010010 0 1011111 1111 11 100110110 1011110 110011

Color Harmonies of #F80DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80DD2

Black with #F80DD2

Text Example


Text Example

White with #F80DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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