Html Css Color HEX #F117D9 Hot Magenta

📋 copy color: '#F117D9'

red 241 ◦ green 23 ◦ blue 217

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

Shades of Hot Magenta #F117D9

Tints of Hot Magenta #F117D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.11%

R = 50.1%
G = 4.78%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F117D9 (or 0xF117D9) is known color: Hot Magenta. HEX triplet: F1, 17 and D9. RGB value is (241,23,217). Sum of RGB (Red+Green+Blue) = 241+23+217=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 23 (9.38% from 255 or 4.78% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F117D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F117D9 is #0EE826. Grayscale: #6D6D6D. Windows color (decimal): -976935 or 14227441. OLE color: 14227441.

HSL color Cylindrical-coordinate representation of color #F117D9: hue angle of 306.61º 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 #F117D9 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 23 217 -
CMYK 0 0.90 0.10 0.05
HSL 306.61º 0.89% 0.52% -
HSV(B) 306.61º 0.9% 0.95% -
XYZ 49.11 24.32 67.75 -
YUV 110.3 188.22 221.23 -
System Red Green Blue C M Y K H S L
Decimal 241 23 217 0 0.90 0.10 0.05 306.61 0.89 0.52
Hex F1 17 D9 0 5A A 5 133 59 34
Octal 361 27 331 0 132 12 5 463 131 64
Binary 11110001 10111 11011001 0 1011010 1010 101 100110011 1011001 110100

Color Harmonies of #F117D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F117D9

Black with #F117D9

Text Example


Text Example

White with #F117D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F117D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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