Html Css Color HEX #F101D9 Hot Magenta

📋 copy color: '#F101D9'

red 241 ◦ green 1 ◦ blue 217

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

Shades of Hot Magenta #F101D9

Tints of Hot Magenta #F101D9

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 52.51%
G = 0.22%
B = 47.28%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F101D9 (or 0xF101D9) is known color: Hot Magenta. HEX triplet: F1, 01 and D9. RGB value is (241,1,217). Sum of RGB (Red+Green+Blue) = 241+1+217=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 1 (0.78% from 255 or 0.22% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F101D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F101D9 is #0EFE26. Grayscale: #606060. Windows color (decimal): -982567 or 14221809. OLE color: 14221809.

HSL color Cylindrical-coordinate representation of color #F101D9: hue angle of 306º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F101D9 is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 1 217 -
CMYK 0 1.00 0.10 0.05
HSL 306º 0.99% 0.47% -
HSV(B) 306º 1% 0.95% -
XYZ 48.81 23.73 67.65 -
YUV 97.38 195.51 230.44 -
System Red Green Blue C M Y K H S L
Decimal 241 1 217 0 1.00 0.10 0.05 306 0.99 0.47
Hex F1 1 D9 0 64 A 5 132 63 2F
Octal 361 1 331 0 144 12 5 462 143 57
Binary 11110001 1 11011001 0 1100100 1010 101 100110010 1100011 101111

Color Harmonies of #F101D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F101D9

Black with #F101D9

Text Example


Text Example

White with #F101D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F101D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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