Html Css Color HEX #FA07DB Hot Magenta

📋 copy color: '#FA07DB'

red 250 ◦ green 7 ◦ blue 219

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

Shades of Hot Magenta #FA07DB

Tints of Hot Magenta #FA07DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.47%

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

R = 52.52%
G = 1.47%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA07DB (or 0xFA07DB) is known color: Hot Magenta. HEX triplet: FA, 07 and DB. RGB value is (250,7,219). Sum of RGB (Red+Green+Blue) = 250+7+219=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 7 (3.12% from 255 or 1.47% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA07DB is #05F824. Grayscale: #676767. Windows color (decimal): -391205 or 14354426. OLE color: 14354426.

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

Color convert

RGB 250 7 219 -
CMYK 0 0.97 0.12 0.02
HSL 307.65º 0.96% 0.5% -
HSV(B) 307.65º 0.97% 0.98% -
XYZ 52.29 25.59 69.2 -
YUV 103.83 193.01 232.26 -
System Red Green Blue C M Y K H S L
Decimal 250 7 219 0 0.97 0.12 0.02 307.65 0.96 0.5
Hex FA 7 DB 0 61 C 2 134 60 32
Octal 372 7 333 0 141 14 2 464 140 62
Binary 11111010 111 11011011 0 1100001 1100 10 100110100 1100000 110010

Color Harmonies of #FA07DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA07DB

Black with #FA07DB

Text Example


Text Example

White with #FA07DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA07DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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