Html Css Color HEX #FD1CED Magenta

📋 copy color: '#FD1CED'

red 253 ◦ green 28 ◦ blue 237

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

Shades of Magenta #FD1CED

Tints of Magenta #FD1CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 48.84%
G = 5.41%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD1CED (or 0xFD1CED) is known color: Magenta. HEX triplet: FD, 1C and ED. RGB value is (253,28,237). Sum of RGB (Red+Green+Blue) = 253+28+237=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 28 (11.33% from 255 or 5.41% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1CED is #02E312. Grayscale: #767676. Windows color (decimal): -189203 or 15539453. OLE color: 15539453.

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

Color convert

RGB 253 28 237 -
CMYK 0 0.89 0.06 0.01
HSL 304.27º 0.98% 0.55% -
HSV(B) 304.27º 0.89% 0.99% -
XYZ 56.21 27.83 82.53 -
YUV 119.1 194.54 223.51 -
System Red Green Blue C M Y K H S L
Decimal 253 28 237 0 0.89 0.06 0.01 304.27 0.98 0.55
Hex FD 1C ED 0 59 6 1 130 62 37
Octal 375 34 355 0 131 6 1 460 142 67
Binary 11111101 11100 11101101 0 1011001 110 1 100110000 1100010 110111

Color Harmonies of #FD1CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1CED

Black with #FD1CED

Text Example


Text Example

White with #FD1CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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