Html Css Color HEX #FD23FF Magenta

📋 copy color: '#FD23FF'

red 253 ◦ green 35 ◦ blue 255

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

Shades of Magenta #FD23FF

Tints of Magenta #FD23FF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 6.45%

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

R = 46.59%
G = 6.45%
B = 46.96%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD23FF (or 0xFD23FF) is known color: Magenta. HEX triplet: FD, 23 and FF. RGB value is (253,35,255). Sum of RGB (Red+Green+Blue) = 253+35+255=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 35 (14.06% from 255 or 6.45% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD23FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD23FF is #02DC00. Grayscale: #7C7C7C. Windows color (decimal): -187393 or 16720893. OLE color: 16720893.

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

Color convert

RGB 253 35 255 -
CMYK 0.01 0.86 0 0
HSL 299.45º 1% 0.57% -
HSV(B) 299.45º 0.86% 1% -
XYZ 59.16 29.3 97.15 -
YUV 125.26 201.22 219.11 -
System Red Green Blue C M Y K H S L
Decimal 253 35 255 0.01 0.86 0 0 299.45 1 0.57
Hex FD 23 FF 1 56 0 0 12B 64 39
Octal 375 43 377 1 126 0 0 453 144 71
Binary 11111101 100011 11111111 1 1010110 0 0 100101011 1100100 111001

Color Harmonies of #FD23FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD23FF

Black with #FD23FF

Text Example


Text Example

White with #FD23FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD23FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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