Html Css Color HEX #FA06DB Hot Magenta

📋 copy color: '#FA06DB'

red 250 ◦ green 6 ◦ blue 219

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

Shades of Hot Magenta #FA06DB

Tints of Hot Magenta #FA06DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.11%

R = 52.63%
G = 1.26%
B = 46.11%

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

#FA06DB (or 0xFA06DB) is known color: Hot Magenta. HEX triplet: FA, 06 and DB. RGB value is (250,6,219). Sum of RGB (Red+Green+Blue) = 250+6+219=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 6 (2.73% from 255 or 1.26% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA06DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA06DB is #05F924. Grayscale: #666666. Windows color (decimal): -391461 or 14354170. OLE color: 14354170.

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

Color convert

RGB 250 6 219 -
CMYK 0 0.98 0.12 0.02
HSL 307.62º 0.96% 0.5% -
HSV(B) 307.62º 0.98% 0.98% -
XYZ 52.28 25.57 69.2 -
YUV 103.24 193.34 232.68 -
System Red Green Blue C M Y K H S L
Decimal 250 6 219 0 0.98 0.12 0.02 307.62 0.96 0.5
Hex FA 6 DB 0 62 C 2 134 60 32
Octal 372 6 333 0 142 14 2 464 140 62
Binary 11111010 110 11011011 0 1100010 1100 10 100110100 1100000 110010

Color Harmonies of #FA06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA06DB

Black with #FA06DB

Text Example


Text Example

White with #FA06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA06DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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