Html Css Color HEX #FA0FD6 Hot Magenta

📋 copy color: '#FA0FD6'

red 250 ◦ green 15 ◦ blue 214

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

Shades of Hot Magenta #FA0FD6

Tints of Hot Magenta #FA0FD6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.13%

 BLUE value IS 214 (83.98% from 255) = 44.68%

R = 52.19%
G = 3.13%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FA0FD6 (or 0xFA0FD6) is known color: Hot Magenta. HEX triplet: FA, 0F and D6. RGB value is (250,15,214). Sum of RGB (Red+Green+Blue) = 250+15+214=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FD6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0FD6 is #05F029. Grayscale: #6B6B6B. Windows color (decimal): -389162 or 14028794. OLE color: 14028794.

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

Color convert

RGB 250 15 214 -
CMYK 0 0.94 0.14 0.02
HSL 309.19º 0.96% 0.52% -
HSV(B) 309.19º 0.94% 0.98% -
XYZ 51.73 25.52 65.82 -
YUV 107.95 187.86 229.32 -
System Red Green Blue C M Y K H S L
Decimal 250 15 214 0 0.94 0.14 0.02 309.19 0.96 0.52
Hex FA F D6 0 5E E 2 135 60 34
Octal 372 17 326 0 136 16 2 465 140 64
Binary 11111010 1111 11010110 0 1011110 1110 10 100110101 1100000 110100

Color Harmonies of #FA0FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0FD6

Black with #FA0FD6

Text Example


Text Example

White with #FA0FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0FD6; }

 p { color: rgb(250,15,214); }

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

background-color css

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

 a { background-color: rgb(250,15,214); }

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

border-color css

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

 span { border-color: rgb(250,15,214); }

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