Html Css Color HEX #F116DA Hot Magenta

📋 copy color: '#F116DA'

red 241 ◦ green 22 ◦ blue 218

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

Shades of Hot Magenta #F116DA

Tints of Hot Magenta #F116DA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.57%

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

R = 50.1%
G = 4.57%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F116DA (or 0xF116DA) is known color: Hot Magenta. HEX triplet: F1, 16 and DA. RGB value is (241,22,218). Sum of RGB (Red+Green+Blue) = 241+22+218=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 22 (8.98% from 255 or 4.57% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F116DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F116DA is #0EE925. Grayscale: #6D6D6D. Windows color (decimal): -977190 or 14292721. OLE color: 14292721.

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

Color convert

RGB 241 22 218 -
CMYK 0 0.91 0.10 0.05
HSL 306.3º 0.89% 0.52% -
HSV(B) 306.3º 0.91% 0.95% -
XYZ 49.22 24.34 68.43 -
YUV 109.83 189.05 221.56 -
System Red Green Blue C M Y K H S L
Decimal 241 22 218 0 0.91 0.10 0.05 306.3 0.89 0.52
Hex F1 16 DA 0 5B A 5 132 59 34
Octal 361 26 332 0 133 12 5 462 131 64
Binary 11110001 10110 11011010 0 1011011 1010 101 100110010 1011001 110100

Color Harmonies of #F116DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F116DA

Black with #F116DA

Text Example


Text Example

White with #F116DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F116DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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