Html Css Color HEX #FA12D4 Hot Magenta

📋 copy color: '#FA12D4'

red 250 ◦ green 18 ◦ blue 212

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

Shades of Hot Magenta #FA12D4

Tints of Hot Magenta #FA12D4

RGB

 RED value IS 250 (98.05% from 255) = 52.08%

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

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

R = 52.08%
G = 3.75%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA12D4 (or 0xFA12D4) is known color: Hot Magenta. HEX triplet: FA, 12 and D4. RGB value is (250,18,212). Sum of RGB (Red+Green+Blue) = 250+18+212=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 18 (7.42% from 255 or 3.75% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA12D4 is #05ED2B. Grayscale: #6C6C6C. Windows color (decimal): -388396 or 13898490. OLE color: 13898490.

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

Color convert

RGB 250 18 212 -
CMYK 0 0.93 0.15 0.02
HSL 309.83º 0.96% 0.53% -
HSV(B) 309.83º 0.93% 0.98% -
XYZ 51.52 25.51 64.5 -
YUV 109.48 185.86 228.23 -
System Red Green Blue C M Y K H S L
Decimal 250 18 212 0 0.93 0.15 0.02 309.83 0.96 0.53
Hex FA 12 D4 0 5D F 2 136 60 35
Octal 372 22 324 0 135 17 2 466 140 65
Binary 11111010 10010 11010100 0 1011101 1111 10 100110110 1100000 110101

Color Harmonies of #FA12D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA12D4

Black with #FA12D4

Text Example


Text Example

White with #FA12D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA12D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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