Html Css Color HEX #F918DB Hot Magenta

📋 copy color: '#F918DB'

red 249 ◦ green 24 ◦ blue 219

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

Shades of Hot Magenta #F918DB

Tints of Hot Magenta #F918DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.88%

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

R = 50.61%
G = 4.88%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F918DB (or 0xF918DB) is known color: Hot Magenta. HEX triplet: F9, 18 and DB. RGB value is (249,24,219). Sum of RGB (Red+Green+Blue) = 249+24+219=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 24 (9.77% from 255 or 4.88% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F918DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F918DB is #06E724. Grayscale: #707070. Windows color (decimal): -452389 or 14358777. OLE color: 14358777.

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

Color convert

RGB 249 24 219 -
CMYK 0 0.90 0.12 0.02
HSL 308º 0.95% 0.54% -
HSV(B) 308º 0.9% 0.98% -
XYZ 52.18 25.91 69.27 -
YUV 113.51 187.54 224.64 -
System Red Green Blue C M Y K H S L
Decimal 249 24 219 0 0.90 0.12 0.02 308 0.95 0.54
Hex F9 18 DB 0 5A C 2 134 5F 36
Octal 371 30 333 0 132 14 2 464 137 66
Binary 11111001 11000 11011011 0 1011010 1100 10 100110100 1011111 110110

Color Harmonies of #F918DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F918DB

Black with #F918DB

Text Example


Text Example

White with #F918DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F918DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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