Html Css Color HEX #F912DB Hot Magenta

📋 copy color: '#F912DB'

red 249 ◦ green 18 ◦ blue 219

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

Shades of Hot Magenta #F912DB

Tints of Hot Magenta #F912DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.7%

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

R = 51.23%
G = 3.7%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F912DB (or 0xF912DB) is known color: Hot Magenta. HEX triplet: F9, 12 and DB. RGB value is (249,18,219). Sum of RGB (Red+Green+Blue) = 249+18+219=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F912DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F912DB is #06ED24. Grayscale: #6D6D6D. Windows color (decimal): -453925 or 14357241. OLE color: 14357241.

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

Color convert

RGB 249 18 219 -
CMYK 0 0.93 0.12 0.02
HSL 307.79º 0.95% 0.52% -
HSV(B) 307.79º 0.93% 0.98% -
XYZ 52.07 25.69 69.23 -
YUV 109.98 189.53 227.16 -
System Red Green Blue C M Y K H S L
Decimal 249 18 219 0 0.93 0.12 0.02 307.79 0.95 0.52
Hex F9 12 DB 0 5D C 2 134 5F 34
Octal 371 22 333 0 135 14 2 464 137 64
Binary 11111001 10010 11011011 0 1011101 1100 10 100110100 1011111 110100

Color Harmonies of #F912DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912DB

Black with #F912DB

Text Example


Text Example

White with #F912DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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