Html Css Color HEX #FD1CEE Magenta

📋 copy color: '#FD1CEE'

red 253 ◦ green 28 ◦ blue 238

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

Shades of Magenta #FD1CEE

Tints of Magenta #FD1CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 48.75%
G = 5.39%
B = 45.86%

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

#FD1CEE (or 0xFD1CEE) is known color: Magenta. HEX triplet: FD, 1C and EE. RGB value is (253,28,238). Sum of RGB (Red+Green+Blue) = 253+28+238=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 28 (11.33% from 255 or 5.39% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1CEE is #02E311. Grayscale: #767676. Windows color (decimal): -189202 or 15604989. OLE color: 15604989.

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

Color convert

RGB 253 28 238 -
CMYK 0 0.89 0.06 0.01
HSL 304º 0.98% 0.55% -
HSV(B) 304º 0.89% 0.99% -
XYZ 56.36 27.89 83.3 -
YUV 119.22 195.04 223.42 -
System Red Green Blue C M Y K H S L
Decimal 253 28 238 0 0.89 0.06 0.01 304 0.98 0.55
Hex FD 1C EE 0 59 6 1 130 62 37
Octal 375 34 356 0 131 6 1 460 142 67
Binary 11111101 11100 11101110 0 1011001 110 1 100110000 1100010 110111

Color Harmonies of #FD1CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1CEE

Black with #FD1CEE

Text Example


Text Example

White with #FD1CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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