Html Css Color HEX #F117DB Hot Magenta

📋 copy color: '#F117DB'

red 241 ◦ green 23 ◦ blue 219

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

Shades of Hot Magenta #F117DB

Tints of Hot Magenta #F117DB

RGB

 RED value IS 241 (94.53% from 255) = 49.9%

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

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

R = 49.9%
G = 4.76%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F117DB (or 0xF117DB) is known color: Hot Magenta. HEX triplet: F1, 17 and DB. RGB value is (241,23,219). Sum of RGB (Red+Green+Blue) = 241+23+219=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 23 (9.38% from 255 or 4.76% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F117DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F117DB is #0EE824. Grayscale: #6D6D6D. Windows color (decimal): -976933 or 14358513. OLE color: 14358513.

HSL color Cylindrical-coordinate representation of color #F117DB: hue angle of 306.06º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F117DB is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 23 219 -
CMYK 0 0.90 0.09 0.05
HSL 306.06º 0.89% 0.52% -
HSV(B) 306.06º 0.9% 0.95% -
XYZ 49.37 24.43 69.13 -
YUV 110.53 189.22 221.06 -
System Red Green Blue C M Y K H S L
Decimal 241 23 219 0 0.90 0.09 0.05 306.06 0.89 0.52
Hex F1 17 DB 0 5A 9 5 132 59 34
Octal 361 27 333 0 132 11 5 462 131 64
Binary 11110001 10111 11011011 0 1011010 1001 101 100110010 1011001 110100

Color Harmonies of #F117DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F117DB

Black with #F117DB

Text Example


Text Example

White with #F117DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F117DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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