Html Css Color HEX #FD10FF Magenta

📋 copy color: '#FD10FF'

red 253 ◦ green 16 ◦ blue 255

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

Shades of Magenta #FD10FF

Tints of Magenta #FD10FF

RGB

 RED value IS 253 (99.22% from 255) = 48.28%

 GREEN value IS 16 (6.64% from 255) = 3.05%

 BLUE value IS 255 (100% from 255) = 48.66%

R = 48.28%
G = 3.05%
B = 48.66%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD10FF (or 0xFD10FF) is known color: Magenta. HEX triplet: FD, 10 and FF. RGB value is (253,16,255). Sum of RGB (Red+Green+Blue) = 253+16+255=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 16 (6.64% from 255 or 3.05% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD10FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD10FF is #02EF00. Grayscale: #717171. Windows color (decimal): -192257 or 16716029. OLE color: 16716029.

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

Color convert

RGB 253 16 255 -
CMYK 0.01 0.94 0 0
HSL 299.5º 1% 0.53% -
HSV(B) 299.5º 0.94% 1% -
XYZ 58.74 28.47 97.01 -
YUV 114.11 207.52 227.07 -
System Red Green Blue C M Y K H S L
Decimal 253 16 255 0.01 0.94 0 0 299.5 1 0.53
Hex FD 10 FF 1 5E 0 0 12B 64 35
Octal 375 20 377 1 136 0 0 453 144 65
Binary 11111101 10000 11111111 1 1011110 0 0 100101011 1100100 110101

Color Harmonies of #FD10FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD10FF

Black with #FD10FF

Text Example


Text Example

White with #FD10FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD10FF; }

 p { color: rgb(253,16,255); }

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

background-color css

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

 a { background-color: rgb(253,16,255); }

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

border-color css

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

 span { border-color: rgb(253,16,255); }

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