Html Css Color HEX #FD13DF Hot Magenta

📋 copy color: '#FD13DF'

red 253 ◦ green 19 ◦ blue 223

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

Shades of Hot Magenta #FD13DF

Tints of Hot Magenta #FD13DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.84%

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 51.11%
G = 3.84%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD13DF (or 0xFD13DF) is known color: Hot Magenta. HEX triplet: FD, 13 and DF. RGB value is (253,19,223). Sum of RGB (Red+Green+Blue) = 253+19+223=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 19 (7.81% from 255 or 3.84% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD13DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD13DF is #02EC20. Grayscale: #6F6F6F. Windows color (decimal): -191521 or 14619645. OLE color: 14619645.

HSL color Cylindrical-coordinate representation of color #FD13DF: hue angle of 307.69º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD13DF is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 19 223 -
CMYK 0 0.92 0.12 0.01
HSL 307.69º 0.98% 0.53% -
HSV(B) 307.69º 0.92% 0.99% -
XYZ 54.06 26.68 72.11 -
YUV 112.22 190.52 228.41 -
System Red Green Blue C M Y K H S L
Decimal 253 19 223 0 0.92 0.12 0.01 307.69 0.98 0.53
Hex FD 13 DF 0 5C C 1 134 62 35
Octal 375 23 337 0 134 14 1 464 142 65
Binary 11111101 10011 11011111 0 1011100 1100 1 100110100 1100010 110101

Color Harmonies of #FD13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD13DF

Black with #FD13DF

Text Example


Text Example

White with #FD13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD13DF; }

 p { color: rgb(253,19,223); }

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

background-color css

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

 a { background-color: rgb(253,19,223); }

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

border-color css

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

 span { border-color: rgb(253,19,223); }

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