Html Css Color HEX #FD1CFA Magenta

📋 copy color: '#FD1CFA'

red 253 ◦ green 28 ◦ blue 250

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

Shades of Magenta #FD1CFA

Tints of Magenta #FD1CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.08%

R = 47.65%
G = 5.27%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD1CFA (or 0xFD1CFA) is known color: Magenta. HEX triplet: FD, 1C and FA. RGB value is (253,28,250). Sum of RGB (Red+Green+Blue) = 253+28+250=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 28 (11.33% from 255 or 5.27% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1CFA is #02E305. Grayscale: #777777. Windows color (decimal): -189190 or 16391421. OLE color: 16391421.

HSL color Cylindrical-coordinate representation of color #FD1CFA: hue angle of 300.8º 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 #FD1CFA is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 28 250 -
CMYK 0 0.89 0.01 0.01
HSL 300.8º 0.98% 0.55% -
HSV(B) 300.8º 0.89% 0.99% -
XYZ 58.18 28.62 92.9 -
YUV 120.58 201.04 222.45 -
System Red Green Blue C M Y K H S L
Decimal 253 28 250 0 0.89 0.01 0.01 300.8 0.98 0.55
Hex FD 1C FA 0 59 1 1 12D 62 37
Octal 375 34 372 0 131 1 1 455 142 67
Binary 11111101 11100 11111010 0 1011001 1 1 100101101 1100010 110111

Color Harmonies of #FD1CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1CFA

Black with #FD1CFA

Text Example


Text Example

White with #FD1CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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