Html Css Color HEX #F10DF1 Magenta

📋 copy color: '#F10DF1'

red 241 ◦ green 13 ◦ blue 241

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

Shades of Magenta #F10DF1

Tints of Magenta #F10DF1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.63%

 BLUE value IS 241 (94.53% from 255) = 48.69%

R = 48.69%
G = 2.63%
B = 48.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F10DF1 (or 0xF10DF1) is known color: Magenta. HEX triplet: F1, 0D and F1. RGB value is (241,13,241). Sum of RGB (Red+Green+Blue) = 241+13+241=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 13 (5.47% from 255 or 2.63% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F10DF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10DF1 is #0EF20E. Grayscale: #6A6A6A. Windows color (decimal): -979471 or 15797745. OLE color: 15797745.

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

Color convert

RGB 241 13 241 -
CMYK 0 0.95 0 0.05
HSL 300º 0.9% 0.5% -
HSV(B) 300º 0.95% 0.95% -
XYZ 52.3 25.34 85.35 -
YUV 107.16 203.54 223.46 -
System Red Green Blue C M Y K H S L
Decimal 241 13 241 0 0.95 0 0.05 300 0.9 0.5
Hex F1 D F1 0 5F 0 5 12C 5A 32
Octal 361 15 361 0 137 0 5 454 132 62
Binary 11110001 1101 11110001 0 1011111 0 101 100101100 1011010 110010

Color Harmonies of #F10DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10DF1

Black with #F10DF1

Text Example


Text Example

White with #F10DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10DF1; }

 p { color: rgb(241,13,241); }

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

background-color css

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

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

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

border-color css

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

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

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