Html Css Color HEX #FD1CF9 Magenta

📋 copy color: '#FD1CF9'

red 253 ◦ green 28 ◦ blue 249

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

Shades of Magenta #FD1CF9

Tints of Magenta #FD1CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.98%

R = 47.74%
G = 5.28%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FD1CF9 (or 0xFD1CF9) is known color: Magenta. HEX triplet: FD, 1C and F9. RGB value is (253,28,249). Sum of RGB (Red+Green+Blue) = 253+28+249=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 28 (11.33% from 255 or 5.28% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1CF9 is #02E306. Grayscale: #777777. Windows color (decimal): -189191 or 16325885. OLE color: 16325885.

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

Color convert

RGB 253 28 249 -
CMYK 0 0.89 0.02 0.01
HSL 301.07º 0.98% 0.55% -
HSV(B) 301.07º 0.89% 0.99% -
XYZ 58.02 28.55 92.08 -
YUV 120.47 200.54 222.53 -
System Red Green Blue C M Y K H S L
Decimal 253 28 249 0 0.89 0.02 0.01 301.07 0.98 0.55
Hex FD 1C F9 0 59 2 1 12D 62 37
Octal 375 34 371 0 131 2 1 455 142 67
Binary 11111101 11100 11111001 0 1011001 10 1 100101101 1100010 110111

Color Harmonies of #FD1CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1CF9

Black with #FD1CF9

Text Example


Text Example

White with #FD1CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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