Html Css Color HEX #F910DD Hot Magenta

📋 copy color: '#F910DD'

red 249 ◦ green 16 ◦ blue 221

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

Shades of Hot Magenta #F910DD

Tints of Hot Magenta #F910DD

RGB

 RED value IS 249 (97.66% from 255) = 51.23%

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

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

R = 51.23%
G = 3.29%
B = 45.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F910DD (or 0xF910DD) is known color: Hot Magenta. HEX triplet: F9, 10 and DD. RGB value is (249,16,221). Sum of RGB (Red+Green+Blue) = 249+16+221=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 16 (6.64% from 255 or 3.29% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F910DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F910DD is #06EF22. Grayscale: #6C6C6C. Windows color (decimal): -454435 or 14487801. OLE color: 14487801.

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

Color convert

RGB 249 16 221 -
CMYK 0 0.94 0.11 0.02
HSL 307.21º 0.95% 0.52% -
HSV(B) 307.21º 0.94% 0.98% -
XYZ 52.3 25.73 70.62 -
YUV 109.04 191.19 227.83 -
System Red Green Blue C M Y K H S L
Decimal 249 16 221 0 0.94 0.11 0.02 307.21 0.95 0.52
Hex F9 10 DD 0 5E B 2 133 5F 34
Octal 371 20 335 0 136 13 2 463 137 64
Binary 11111001 10000 11011101 0 1011110 1011 10 100110011 1011111 110100

Color Harmonies of #F910DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F910DD

Black with #F910DD

Text Example


Text Example

White with #F910DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F910DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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