Html Css Color HEX #FA08DA Hot Magenta

📋 copy color: '#FA08DA'

red 250 ◦ green 8 ◦ blue 218

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

Shades of Hot Magenta #FA08DA

Tints of Hot Magenta #FA08DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 52.52%
G = 1.68%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA08DA (or 0xFA08DA) is known color: Hot Magenta. HEX triplet: FA, 08 and DA. RGB value is (250,8,218). Sum of RGB (Red+Green+Blue) = 250+8+218=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 8 (3.52% from 255 or 1.68% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA08DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA08DA is #05F725. Grayscale: #676767. Windows color (decimal): -390950 or 14289146. OLE color: 14289146.

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

Color convert

RGB 250 8 218 -
CMYK 0 0.97 0.13 0.02
HSL 307.93º 0.96% 0.51% -
HSV(B) 307.93º 0.97% 0.98% -
XYZ 52.17 25.56 68.51 -
YUV 104.3 192.17 231.92 -
System Red Green Blue C M Y K H S L
Decimal 250 8 218 0 0.97 0.13 0.02 307.93 0.96 0.51
Hex FA 8 DA 0 61 D 2 134 60 33
Octal 372 10 332 0 141 15 2 464 140 63
Binary 11111010 1000 11011010 0 1100001 1101 10 100110100 1100000 110011

Color Harmonies of #FA08DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA08DA

Black with #FA08DA

Text Example


Text Example

White with #FA08DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA08DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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