Html Css Color HEX #F917DB Hot Magenta

📋 copy color: '#F917DB'

red 249 ◦ green 23 ◦ blue 219

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

Shades of Hot Magenta #F917DB

Tints of Hot Magenta #F917DB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.68%

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

R = 50.71%
G = 4.68%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F917DB (or 0xF917DB) is known color: Hot Magenta. HEX triplet: F9, 17 and DB. RGB value is (249,23,219). Sum of RGB (Red+Green+Blue) = 249+23+219=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 23 (9.38% from 255 or 4.68% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F917DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F917DB is #06E824. Grayscale: #707070. Windows color (decimal): -452645 or 14358521. OLE color: 14358521.

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

Color convert

RGB 249 23 219 -
CMYK 0 0.91 0.12 0.02
HSL 307.96º 0.95% 0.53% -
HSV(B) 307.96º 0.91% 0.98% -
XYZ 52.16 25.87 69.26 -
YUV 112.92 187.87 225.06 -
System Red Green Blue C M Y K H S L
Decimal 249 23 219 0 0.91 0.12 0.02 307.96 0.95 0.53
Hex F9 17 DB 0 5B C 2 134 5F 35
Octal 371 27 333 0 133 14 2 464 137 65
Binary 11111001 10111 11011011 0 1011011 1100 10 100110100 1011111 110101

Color Harmonies of #F917DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F917DB

Black with #F917DB

Text Example


Text Example

White with #F917DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F917DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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