Html Css Color HEX #FD1FFF Magenta

📋 copy color: '#FD1FFF'

red 253 ◦ green 31 ◦ blue 255

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

Shades of Magenta #FD1FFF

Tints of Magenta #FD1FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 5.75%

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

R = 46.94%
G = 5.75%
B = 47.31%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD1FFF (or 0xFD1FFF) is known color: Magenta. HEX triplet: FD, 1F and FF. RGB value is (253,31,255). Sum of RGB (Red+Green+Blue) = 253+31+255=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 31 (12.5% from 255 or 5.75% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD1FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1FFF is #02E000. Grayscale: #7A7A7A. Windows color (decimal): -188417 or 16719869. OLE color: 16719869.

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

Color convert

RGB 253 31 255 -
CMYK 0.01 0.88 0 0
HSL 299.46º 1% 0.56% -
HSV(B) 299.46º 0.88% 1% -
XYZ 59.05 29.08 97.11 -
YUV 122.91 202.55 220.79 -
System Red Green Blue C M Y K H S L
Decimal 253 31 255 0.01 0.88 0 0 299.46 1 0.56
Hex FD 1F FF 1 58 0 0 12B 64 38
Octal 375 37 377 1 130 0 0 453 144 70
Binary 11111101 11111 11111111 1 1011000 0 0 100101011 1100100 111000

Color Harmonies of #FD1FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1FFF

Black with #FD1FFF

Text Example


Text Example

White with #FD1FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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