Html Css Color HEX #F915DC Hot Magenta

📋 copy color: '#F915DC'

red 249 ◦ green 21 ◦ blue 220

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

Shades of Hot Magenta #F915DC

Tints of Hot Magenta #F915DC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.29%

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

R = 50.82%
G = 4.29%
B = 44.9%

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

#F915DC (or 0xF915DC) is known color: Hot Magenta. HEX triplet: F9, 15 and DC. RGB value is (249,21,220). Sum of RGB (Red+Green+Blue) = 249+21+220=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 21 (8.59% from 255 or 4.29% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F915DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F915DC is #06EA23. Grayscale: #6F6F6F. Windows color (decimal): -453156 or 14423545. OLE color: 14423545.

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

Color convert

RGB 249 21 220 -
CMYK 0 0.92 0.12 0.02
HSL 307.63º 0.95% 0.53% -
HSV(B) 307.63º 0.92% 0.98% -
XYZ 52.25 25.84 69.94 -
YUV 111.86 189.04 225.82 -
System Red Green Blue C M Y K H S L
Decimal 249 21 220 0 0.92 0.12 0.02 307.63 0.95 0.53
Hex F9 15 DC 0 5C C 2 134 5F 35
Octal 371 25 334 0 134 14 2 464 137 65
Binary 11111001 10101 11011100 0 1011100 1100 10 100110100 1011111 110101

Color Harmonies of #F915DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F915DC

Black with #F915DC

Text Example


Text Example

White with #F915DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F915DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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