Html Css Color HEX #F914DC Hot Magenta

📋 copy color: '#F914DC'

red 249 ◦ green 20 ◦ blue 220

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

Shades of Hot Magenta #F914DC

Tints of Hot Magenta #F914DC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.09%

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 50.92%
G = 4.09%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F914DC (or 0xF914DC) is known color: Hot Magenta. HEX triplet: F9, 14 and DC. RGB value is (249,20,220). Sum of RGB (Red+Green+Blue) = 249+20+220=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 20 (8.20% from 255 or 4.09% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F914DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F914DC is #06EB23. Grayscale: #6E6E6E. Windows color (decimal): -453412 or 14423289. OLE color: 14423289.

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

Color convert

RGB 249 20 220 -
CMYK 0 0.92 0.12 0.02
HSL 307.6º 0.95% 0.53% -
HSV(B) 307.6º 0.92% 0.98% -
XYZ 52.24 25.81 69.94 -
YUV 111.27 189.37 226.24 -
System Red Green Blue C M Y K H S L
Decimal 249 20 220 0 0.92 0.12 0.02 307.6 0.95 0.53
Hex F9 14 DC 0 5C C 2 134 5F 35
Octal 371 24 334 0 134 14 2 464 137 65
Binary 11111001 10100 11011100 0 1011100 1100 10 100110100 1011111 110101

Color Harmonies of #F914DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F914DC

Black with #F914DC

Text Example


Text Example

White with #F914DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F914DC; }

 p { color: rgb(249,20,220); }

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

background-color css

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

 a { background-color: rgb(249,20,220); }

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

border-color css

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

 span { border-color: rgb(249,20,220); }

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