Html Css Color HEX #FD28FF Magenta

📋 copy color: '#FD28FF'

red 253 ◦ green 40 ◦ blue 255

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

Shades of Magenta #FD28FF

Tints of Magenta #FD28FF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.3%

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

R = 46.17%
G = 7.3%
B = 46.53%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD28FF (or 0xFD28FF) is known color: Magenta. HEX triplet: FD, 28 and FF. RGB value is (253,40,255). Sum of RGB (Red+Green+Blue) = 253+40+255=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 40 (16.02% from 255 or 7.30% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD28FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD28FF is #02D700. Grayscale: #7F7F7F. Windows color (decimal): -186113 or 16722173. OLE color: 16722173.

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

Color convert

RGB 253 40 255 -
CMYK 0.01 0.84 0 0
HSL 299.44º 1% 0.58% -
HSV(B) 299.44º 0.84% 1% -
XYZ 59.32 29.62 97.2 -
YUV 128.2 199.57 217.02 -
System Red Green Blue C M Y K H S L
Decimal 253 40 255 0.01 0.84 0 0 299.44 1 0.58
Hex FD 28 FF 1 54 0 0 12B 64 3A
Octal 375 50 377 1 124 0 0 453 144 72
Binary 11111101 101000 11111111 1 1010100 0 0 100101011 1100100 111010

Color Harmonies of #FD28FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD28FF

Black with #FD28FF

Text Example


Text Example

White with #FD28FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD28FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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