Html Css Color HEX #F914DB Hot Magenta

📋 copy color: '#F914DB'

red 249 ◦ green 20 ◦ blue 219

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

Shades of Hot Magenta #F914DB

Tints of Hot Magenta #F914DB

RGB

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

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

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

R = 51.02%
G = 4.1%
B = 44.88%

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

#F914DB (or 0xF914DB) is known color: Hot Magenta. HEX triplet: F9, 14 and DB. RGB value is (249,20,219). Sum of RGB (Red+Green+Blue) = 249+20+219=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 20 (8.20% from 255 or 4.10% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F914DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F914DB is #06EB24. Grayscale: #6E6E6E. Windows color (decimal): -453413 or 14357753. OLE color: 14357753.

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

Color convert

RGB 249 20 219 -
CMYK 0 0.92 0.12 0.02
HSL 307.86º 0.95% 0.53% -
HSV(B) 307.86º 0.92% 0.98% -
XYZ 52.1 25.75 69.24 -
YUV 111.16 188.87 226.32 -
System Red Green Blue C M Y K H S L
Decimal 249 20 219 0 0.92 0.12 0.02 307.86 0.95 0.53
Hex F9 14 DB 0 5C C 2 134 5F 35
Octal 371 24 333 0 134 14 2 464 137 65
Binary 11111001 10100 11011011 0 1011100 1100 10 100110100 1011111 110101

Color Harmonies of #F914DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F914DB

Black with #F914DB

Text Example


Text Example

White with #F914DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F914DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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