Html Css Color HEX #F915DB Hot Magenta

📋 copy color: '#F915DB'

red 249 ◦ green 21 ◦ blue 219

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

Shades of Hot Magenta #F915DB

Tints of Hot Magenta #F915DB

RGB

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

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

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

R = 50.92%
G = 4.29%
B = 44.79%

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

#F915DB (or 0xF915DB) is known color: Hot Magenta. HEX triplet: F9, 15 and DB. RGB value is (249,21,219). Sum of RGB (Red+Green+Blue) = 249+21+219=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 21 (8.59% from 255 or 4.29% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F915DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F915DB is #06EA24. Grayscale: #6F6F6F. Windows color (decimal): -453157 or 14358009. OLE color: 14358009.

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

Color convert

RGB 249 21 219 -
CMYK 0 0.92 0.12 0.02
HSL 307.89º 0.95% 0.53% -
HSV(B) 307.89º 0.92% 0.98% -
XYZ 52.12 25.79 69.25 -
YUV 111.74 188.54 225.9 -
System Red Green Blue C M Y K H S L
Decimal 249 21 219 0 0.92 0.12 0.02 307.89 0.95 0.53
Hex F9 15 DB 0 5C C 2 134 5F 35
Octal 371 25 333 0 134 14 2 464 137 65
Binary 11111001 10101 11011011 0 1011100 1100 10 100110100 1011111 110101

Color Harmonies of #F915DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F915DB

Black with #F915DB

Text Example


Text Example

White with #F915DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F915DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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