Html Css Color HEX #FA06DF Hot Magenta

📋 copy color: '#FA06DF'

red 250 ◦ green 6 ◦ blue 223

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

Shades of Hot Magenta #FA06DF

Tints of Hot Magenta #FA06DF

RGB

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

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

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

R = 52.19%
G = 1.25%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA06DF (or 0xFA06DF) is known color: Hot Magenta. HEX triplet: FA, 06 and DF. RGB value is (250,6,223). Sum of RGB (Red+Green+Blue) = 250+6+223=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 6 (2.73% from 255 or 1.25% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA06DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA06DF is #05F920. Grayscale: #676767. Windows color (decimal): -391457 or 14616314. OLE color: 14616314.

HSL color Cylindrical-coordinate representation of color #FA06DF: hue angle of 306.64º 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 #FA06DF is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 6 223 -
CMYK 0 0.98 0.11 0.02
HSL 306.64º 0.96% 0.5% -
HSV(B) 306.64º 0.98% 0.98% -
XYZ 52.81 25.78 72.01 -
YUV 103.69 195.34 232.36 -
System Red Green Blue C M Y K H S L
Decimal 250 6 223 0 0.98 0.11 0.02 306.64 0.96 0.5
Hex FA 6 DF 0 62 B 2 133 60 32
Octal 372 6 337 0 142 13 2 463 140 62
Binary 11111010 110 11011111 0 1100010 1011 10 100110011 1100000 110010

Color Harmonies of #FA06DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA06DF

Black with #FA06DF

Text Example


Text Example

White with #FA06DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA06DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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