Html Css Color HEX #F103FD Magenta

📋 copy color: '#F103FD'

red 241 ◦ green 3 ◦ blue 253

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

Shades of Magenta #F103FD

Tints of Magenta #F103FD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.6%

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

R = 48.49%
G = 0.6%
B = 50.91%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F103FD (or 0xF103FD) is known color: Magenta. HEX triplet: F1, 03 and FD. RGB value is (241,3,253). Sum of RGB (Red+Green+Blue) = 241+3+253=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 3 (1.56% from 255 or 0.60% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #F103FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F103FD is #0EFC02. Grayscale: #656565. Windows color (decimal): -982019 or 16581617. OLE color: 16581617.

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

Color convert

RGB 241 3 253 -
CMYK 0.05 0.99 0 0.01
HSL 297.12º 0.98% 0.5% -
HSV(B) 297.12º 0.99% 0.99% -
XYZ 54.04 25.86 95.07 -
YUV 102.66 212.85 226.67 -
System Red Green Blue C M Y K H S L
Decimal 241 3 253 0.05 0.99 0 0.01 297.12 0.98 0.5
Hex F1 3 FD 5 63 0 1 129 62 32
Octal 361 3 375 5 143 0 1 451 142 62
Binary 11110001 11 11111101 101 1100011 0 1 100101001 1100010 110010

Color Harmonies of #F103FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F103FD

Black with #F103FD

Text Example


Text Example

White with #F103FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F103FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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