Html Css Color HEX #F915DF Hot Magenta

📋 copy color: '#F915DF'

red 249 ◦ green 21 ◦ blue 223

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

Shades of Hot Magenta #F915DF

Tints of Hot Magenta #F915DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 50.51%
G = 4.26%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F915DF (or 0xF915DF) is known color: Hot Magenta. HEX triplet: F9, 15 and DF. RGB value is (249,21,223). Sum of RGB (Red+Green+Blue) = 249+21+223=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 21 (8.59% from 255 or 4.26% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F915DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F915DF is #06EA20. Grayscale: #6F6F6F. Windows color (decimal): -453153 or 14620153. OLE color: 14620153.

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

Color convert

RGB 249 21 223 -
CMYK 0 0.92 0.10 0.02
HSL 306.84º 0.95% 0.53% -
HSV(B) 306.84º 0.92% 0.98% -
XYZ 52.65 26 72.06 -
YUV 112.2 190.54 225.57 -
System Red Green Blue C M Y K H S L
Decimal 249 21 223 0 0.92 0.10 0.02 306.84 0.95 0.53
Hex F9 15 DF 0 5C A 2 133 5F 35
Octal 371 25 337 0 134 12 2 463 137 65
Binary 11111001 10101 11011111 0 1011100 1010 10 100110011 1011111 110101

Color Harmonies of #F915DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F915DF

Black with #F915DF

Text Example


Text Example

White with #F915DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F915DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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