Html Css Color HEX #FD1CFF Magenta

📋 copy color: '#FD1CFF'

red 253 ◦ green 28 ◦ blue 255

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

Shades of Magenta #FD1CFF

Tints of Magenta #FD1CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.22%

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

R = 47.2%
G = 5.22%
B = 47.57%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD1CFF (or 0xFD1CFF) is known color: Magenta. HEX triplet: FD, 1C and FF. RGB value is (253,28,255). Sum of RGB (Red+Green+Blue) = 253+28+255=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 28 (11.33% from 255 or 5.22% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD1CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1CFF is #02E300. Grayscale: #787878. Windows color (decimal): -189185 or 16719101. OLE color: 16719101.

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

Color convert

RGB 253 28 255 -
CMYK 0.01 0.89 0 0
HSL 299.47º 1% 0.55% -
HSV(B) 299.47º 0.89% 1% -
XYZ 58.97 28.93 97.08 -
YUV 121.15 203.54 222.04 -
System Red Green Blue C M Y K H S L
Decimal 253 28 255 0.01 0.89 0 0 299.47 1 0.55
Hex FD 1C FF 1 59 0 0 12B 64 37
Octal 375 34 377 1 131 0 0 453 144 67
Binary 11111101 11100 11111111 1 1011001 0 0 100101011 1100100 110111

Color Harmonies of #FD1CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1CFF

Black with #FD1CFF

Text Example


Text Example

White with #FD1CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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