Html Css Color HEX #FD12D4 Hot Magenta

📋 copy color: '#FD12D4'

red 253 ◦ green 18 ◦ blue 212

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

Shades of Hot Magenta #FD12D4

Tints of Hot Magenta #FD12D4

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.73%

 BLUE value IS 212 (83.2% from 255) = 43.89%

R = 52.38%
G = 3.73%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FD12D4 (or 0xFD12D4) is known color: Hot Magenta. HEX triplet: FD, 12 and D4. RGB value is (253,18,212). Sum of RGB (Red+Green+Blue) = 253+18+212=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 18 (7.42% from 255 or 3.73% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD12D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD12D4 is #02ED2B. Grayscale: #6D6D6D. Windows color (decimal): -191788 or 13898493. OLE color: 13898493.

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

Color convert

RGB 253 18 212 -
CMYK 0 0.93 0.16 0.01
HSL 310.47º 0.98% 0.53% -
HSV(B) 310.47º 0.93% 0.99% -
XYZ 52.61 26.07 64.55 -
YUV 110.38 185.36 229.73 -
System Red Green Blue C M Y K H S L
Decimal 253 18 212 0 0.93 0.16 0.01 310.47 0.98 0.53
Hex FD 12 D4 0 5D 10 1 136 62 35
Octal 375 22 324 0 135 20 1 466 142 65
Binary 11111101 10010 11010100 0 1011101 10000 1 100110110 1100010 110101

Color Harmonies of #FD12D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD12D4

Black with #FD12D4

Text Example


Text Example

White with #FD12D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD12D4; }

 p { color: rgb(253,18,212); }

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

background-color css

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

 a { background-color: rgb(253,18,212); }

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

border-color css

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

 span { border-color: rgb(253,18,212); }

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