Html Css Color HEX #F810DD Hot Magenta

📋 copy color: '#F810DD'

red 248 ◦ green 16 ◦ blue 221

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

Shades of Hot Magenta #F810DD

Tints of Hot Magenta #F810DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.3%

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

R = 51.13%
G = 3.3%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F810DD (or 0xF810DD) is known color: Hot Magenta. HEX triplet: F8, 10 and DD. RGB value is (248,16,221). Sum of RGB (Red+Green+Blue) = 248+16+221=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 16 (6.64% from 255 or 3.30% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F810DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F810DD is #07EF22. Grayscale: #6C6C6C. Windows color (decimal): -519971 or 14487800. OLE color: 14487800.

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

Color convert

RGB 248 16 221 -
CMYK 0 0.94 0.11 0.03
HSL 306.98º 0.94% 0.52% -
HSV(B) 306.98º 0.94% 0.97% -
XYZ 51.95 25.55 70.6 -
YUV 108.74 191.36 227.33 -
System Red Green Blue C M Y K H S L
Decimal 248 16 221 0 0.94 0.11 0.03 306.98 0.94 0.52
Hex F8 10 DD 0 5E B 3 133 5E 34
Octal 370 20 335 0 136 13 3 463 136 64
Binary 11111000 10000 11011101 0 1011110 1011 11 100110011 1011110 110100

Color Harmonies of #F810DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F810DD

Black with #F810DD

Text Example


Text Example

White with #F810DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F810DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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