Html Css Color HEX #F117DD Hot Magenta

📋 copy color: '#F117DD'

red 241 ◦ green 23 ◦ blue 221

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

Shades of Hot Magenta #F117DD

Tints of Hot Magenta #F117DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 49.69%
G = 4.74%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F117DD (or 0xF117DD) is known color: Hot Magenta. HEX triplet: F1, 17 and DD. RGB value is (241,23,221). Sum of RGB (Red+Green+Blue) = 241+23+221=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 23 (9.38% from 255 or 4.74% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F117DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F117DD is #0EE822. Grayscale: #6E6E6E. Windows color (decimal): -976931 or 14489585. OLE color: 14489585.

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

Color convert

RGB 241 23 221 -
CMYK 0 0.90 0.08 0.05
HSL 305.5º 0.89% 0.52% -
HSV(B) 305.5º 0.9% 0.95% -
XYZ 49.63 24.53 70.53 -
YUV 110.75 190.22 220.9 -
System Red Green Blue C M Y K H S L
Decimal 241 23 221 0 0.90 0.08 0.05 305.5 0.89 0.52
Hex F1 17 DD 0 5A 8 5 132 59 34
Octal 361 27 335 0 132 10 5 462 131 64
Binary 11110001 10111 11011101 0 1011010 1000 101 100110010 1011001 110100

Color Harmonies of #F117DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F117DD

Black with #F117DD

Text Example


Text Example

White with #F117DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F117DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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