Html Css Color HEX #F117DA Hot Magenta

📋 copy color: '#F117DA'

red 241 ◦ green 23 ◦ blue 218

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

Shades of Hot Magenta #F117DA

Tints of Hot Magenta #F117DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 50%
G = 4.77%
B = 45.23%

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

#F117DA (or 0xF117DA) is known color: Hot Magenta. HEX triplet: F1, 17 and DA. RGB value is (241,23,218). Sum of RGB (Red+Green+Blue) = 241+23+218=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 23 (9.38% from 255 or 4.77% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F117DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F117DA is #0EE825. Grayscale: #6D6D6D. Windows color (decimal): -976934 or 14292977. OLE color: 14292977.

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

Color convert

RGB 241 23 218 -
CMYK 0 0.90 0.10 0.05
HSL 306.33º 0.89% 0.52% -
HSV(B) 306.33º 0.9% 0.95% -
XYZ 49.24 24.38 68.44 -
YUV 110.41 188.72 221.14 -
System Red Green Blue C M Y K H S L
Decimal 241 23 218 0 0.90 0.10 0.05 306.33 0.89 0.52
Hex F1 17 DA 0 5A A 5 132 59 34
Octal 361 27 332 0 132 12 5 462 131 64
Binary 11110001 10111 11011010 0 1011010 1010 101 100110010 1011001 110100

Color Harmonies of #F117DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F117DA

Black with #F117DA

Text Example


Text Example

White with #F117DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F117DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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