Html Css Color HEX #F101FD Magenta

📋 copy color: '#F101FD'

red 241 ◦ green 1 ◦ blue 253

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

Shades of Magenta #F101FD

Tints of Magenta #F101FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.11%

R = 48.69%
G = 0.2%
B = 51.11%

CMYK

 C value IS 0.05

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F101FD (or 0xF101FD) is known color: Magenta. HEX triplet: F1, 01 and FD. RGB value is (241,1,253). Sum of RGB (Red+Green+Blue) = 241+1+253=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 1 (0.78% from 255 or 0.20% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #F101FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F101FD is #0EFE02. Grayscale: #646464. Windows color (decimal): -982531 or 16581105. OLE color: 16581105.

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

Color convert

RGB 241 1 253 -
CMYK 0.05 1.00 0 0.01
HSL 297.14º 0.99% 0.5% -
HSV(B) 297.14º 1% 0.99% -
XYZ 54.02 25.81 95.06 -
YUV 101.49 213.51 227.51 -
System Red Green Blue C M Y K H S L
Decimal 241 1 253 0.05 1.00 0 0.01 297.14 0.99 0.5
Hex F1 1 FD 5 64 0 1 129 63 32
Octal 361 1 375 5 144 0 1 451 143 62
Binary 11110001 1 11111101 101 1100100 0 1 100101001 1100011 110010

Color Harmonies of #F101FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F101FD

Black with #F101FD

Text Example


Text Example

White with #F101FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F101FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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