Html Css Color HEX #FA08DB Hot Magenta

📋 copy color: '#FA08DB'

red 250 ◦ green 8 ◦ blue 219

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

Shades of Hot Magenta #FA08DB

Tints of Hot Magenta #FA08DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.68%

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

R = 52.41%
G = 1.68%
B = 45.91%

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

#FA08DB (or 0xFA08DB) is known color: Hot Magenta. HEX triplet: FA, 08 and DB. RGB value is (250,8,219). Sum of RGB (Red+Green+Blue) = 250+8+219=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 8 (3.52% from 255 or 1.68% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA08DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA08DB is #05F724. Grayscale: #676767. Windows color (decimal): -390949 or 14354682. OLE color: 14354682.

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

Color convert

RGB 250 8 219 -
CMYK 0 0.97 0.12 0.02
HSL 307.69º 0.96% 0.51% -
HSV(B) 307.69º 0.97% 0.98% -
XYZ 52.3 25.61 69.21 -
YUV 104.41 192.67 231.84 -
System Red Green Blue C M Y K H S L
Decimal 250 8 219 0 0.97 0.12 0.02 307.69 0.96 0.51
Hex FA 8 DB 0 61 C 2 134 60 33
Octal 372 10 333 0 141 14 2 464 140 63
Binary 11111010 1000 11011011 0 1100001 1100 10 100110100 1100000 110011

Color Harmonies of #FA08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA08DB

Black with #FA08DB

Text Example


Text Example

White with #FA08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA08DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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