Html Css Color HEX #F914D9 Hot Magenta

📋 copy color: '#F914D9'

red 249 ◦ green 20 ◦ blue 217

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

Shades of Hot Magenta #F914D9

Tints of Hot Magenta #F914D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.65%

R = 51.23%
G = 4.12%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#F914D9 (or 0xF914D9) is known color: Hot Magenta. HEX triplet: F9, 14 and D9. RGB value is (249,20,217). Sum of RGB (Red+Green+Blue) = 249+20+217=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 20 (8.20% from 255 or 4.12% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F914D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F914D9 is #06EB26. Grayscale: #6E6E6E. Windows color (decimal): -453415 or 14226681. OLE color: 14226681.

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

Color convert

RGB 249 20 217 -
CMYK 0 0.92 0.13 0.02
HSL 308.38º 0.95% 0.53% -
HSV(B) 308.38º 0.92% 0.98% -
XYZ 51.84 25.65 67.86 -
YUV 110.93 187.87 226.48 -
System Red Green Blue C M Y K H S L
Decimal 249 20 217 0 0.92 0.13 0.02 308.38 0.95 0.53
Hex F9 14 D9 0 5C D 2 134 5F 35
Octal 371 24 331 0 134 15 2 464 137 65
Binary 11111001 10100 11011001 0 1011100 1101 10 100110100 1011111 110101

Color Harmonies of #F914D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F914D9

Black with #F914D9

Text Example


Text Example

White with #F914D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F914D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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