Html Css Color HEX #F916DB Hot Magenta

📋 copy color: '#F916DB'

red 249 ◦ green 22 ◦ blue 219

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

Shades of Hot Magenta #F916DB

Tints of Hot Magenta #F916DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.49%

 BLUE value IS 219 (85.94% from 255) = 44.69%

R = 50.82%
G = 4.49%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F916DB (or 0xF916DB) is known color: Hot Magenta. HEX triplet: F9, 16 and DB. RGB value is (249,22,219). Sum of RGB (Red+Green+Blue) = 249+22+219=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 22 (8.98% from 255 or 4.49% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F916DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F916DB is #06E924. Grayscale: #6F6F6F. Windows color (decimal): -452901 or 14358265. OLE color: 14358265.

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

Color convert

RGB 249 22 219 -
CMYK 0 0.91 0.12 0.02
HSL 307.93º 0.95% 0.53% -
HSV(B) 307.93º 0.91% 0.98% -
XYZ 52.14 25.83 69.26 -
YUV 112.33 188.21 225.48 -
System Red Green Blue C M Y K H S L
Decimal 249 22 219 0 0.91 0.12 0.02 307.93 0.95 0.53
Hex F9 16 DB 0 5B C 2 134 5F 35
Octal 371 26 333 0 133 14 2 464 137 65
Binary 11111001 10110 11011011 0 1011011 1100 10 100110100 1011111 110101

Color Harmonies of #F916DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F916DB

Black with #F916DB

Text Example


Text Example

White with #F916DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F916DB; }

 p { color: rgb(249,22,219); }

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

background-color css

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

 a { background-color: rgb(249,22,219); }

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

border-color css

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

 span { border-color: rgb(249,22,219); }

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