Html Css Color HEX #FA10DB Hot Magenta

📋 copy color: '#FA10DB'

red 250 ◦ green 16 ◦ blue 219

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

Shades of Hot Magenta #FA10DB

Tints of Hot Magenta #FA10DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.3%

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

R = 51.55%
G = 3.3%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA10DB (or 0xFA10DB) is known color: Hot Magenta. HEX triplet: FA, 10 and DB. RGB value is (250,16,219). Sum of RGB (Red+Green+Blue) = 250+16+219=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 16 (6.64% from 255 or 3.30% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA10DB is #05EF24. Grayscale: #6C6C6C. Windows color (decimal): -388901 or 14356730. OLE color: 14356730.

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

Color convert

RGB 250 16 219 -
CMYK 0 0.94 0.12 0.02
HSL 307.95º 0.96% 0.52% -
HSV(B) 307.95º 0.94% 0.98% -
XYZ 52.4 25.81 69.24 -
YUV 109.11 190.02 228.49 -
System Red Green Blue C M Y K H S L
Decimal 250 16 219 0 0.94 0.12 0.02 307.95 0.96 0.52
Hex FA 10 DB 0 5E C 2 134 60 34
Octal 372 20 333 0 136 14 2 464 140 64
Binary 11111010 10000 11011011 0 1011110 1100 10 100110100 1100000 110100

Color Harmonies of #FA10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA10DB

Black with #FA10DB

Text Example


Text Example

White with #FA10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA10DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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