Html Css Color HEX #FA06DD Hot Magenta

📋 copy color: '#FA06DD'

red 250 ◦ green 6 ◦ blue 221

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

Shades of Hot Magenta #FA06DD

Tints of Hot Magenta #FA06DD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.26%

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 52.41%
G = 1.26%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA06DD (or 0xFA06DD) is known color: Hot Magenta. HEX triplet: FA, 06 and DD. RGB value is (250,6,221). Sum of RGB (Red+Green+Blue) = 250+6+221=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 6 (2.73% from 255 or 1.26% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA06DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA06DD is #05F922. Grayscale: #666666. Windows color (decimal): -391459 or 14485242. OLE color: 14485242.

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

Color convert

RGB 250 6 221 -
CMYK 0 0.98 0.12 0.02
HSL 307.13º 0.96% 0.5% -
HSV(B) 307.13º 0.98% 0.98% -
XYZ 52.54 25.67 70.59 -
YUV 103.47 194.34 232.52 -
System Red Green Blue C M Y K H S L
Decimal 250 6 221 0 0.98 0.12 0.02 307.13 0.96 0.5
Hex FA 6 DD 0 62 C 2 133 60 32
Octal 372 6 335 0 142 14 2 463 140 62
Binary 11111010 110 11011101 0 1100010 1100 10 100110011 1100000 110010

Color Harmonies of #FA06DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA06DD

Black with #FA06DD

Text Example


Text Example

White with #FA06DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA06DD; }

 p { color: rgb(250,6,221); }

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

background-color css

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

 a { background-color: rgb(250,6,221); }

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

border-color css

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

 span { border-color: rgb(250,6,221); }

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