Html Css Color HEX #F910DB Hot Magenta

📋 copy color: '#F910DB'

red 249 ◦ green 16 ◦ blue 219

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

Shades of Hot Magenta #F910DB

Tints of Hot Magenta #F910DB

RGB

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

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

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

R = 51.45%
G = 3.31%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F910DB (or 0xF910DB) is known color: Hot Magenta. HEX triplet: F9, 10 and DB. RGB value is (249,16,219). Sum of RGB (Red+Green+Blue) = 249+16+219=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 16 (6.64% from 255 or 3.31% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F910DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F910DB is #06EF24. Grayscale: #6C6C6C. Windows color (decimal): -454437 or 14356729. OLE color: 14356729.

HSL color Cylindrical-coordinate representation of color #F910DB: hue angle of 307.73º 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 #F910DB is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 16 219 -
CMYK 0 0.94 0.12 0.02
HSL 307.73º 0.95% 0.52% -
HSV(B) 307.73º 0.94% 0.98% -
XYZ 52.04 25.62 69.22 -
YUV 108.81 190.19 227.99 -
System Red Green Blue C M Y K H S L
Decimal 249 16 219 0 0.94 0.12 0.02 307.73 0.95 0.52
Hex F9 10 DB 0 5E C 2 134 5F 34
Octal 371 20 333 0 136 14 2 464 137 64
Binary 11111001 10000 11011011 0 1011110 1100 10 100110100 1011111 110100

Color Harmonies of #F910DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F910DB

Black with #F910DB

Text Example


Text Example

White with #F910DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F910DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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