Html Css Color HEX #FA08C8 Hot Magenta

📋 copy color: '#FA08C8'

red 250 ◦ green 8 ◦ blue 200

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

Shades of Hot Magenta #FA08C8

Tints of Hot Magenta #FA08C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.67%

R = 54.59%
G = 1.75%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FA08C8 (or 0xFA08C8) is known color: Hot Magenta. HEX triplet: FA, 08 and C8. RGB value is (250,8,200). Sum of RGB (Red+Green+Blue) = 250+8+200=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 8 (3.52% from 255 or 1.75% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA08C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA08C8 is #05F737. Grayscale: #656565. Windows color (decimal): -390968 or 13109498. OLE color: 13109498.

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

Color convert

RGB 250 8 200 -
CMYK 0 0.97 0.2 0.02
HSL 312.4º 0.96% 0.51% -
HSV(B) 312.4º 0.97% 0.98% -
XYZ 49.94 24.67 56.77 -
YUV 102.25 183.17 233.39 -
System Red Green Blue C M Y K H S L
Decimal 250 8 200 0 0.97 0.2 0.02 312.4 0.96 0.51
Hex FA 8 C8 0 61 14 2 138 60 33
Octal 372 10 310 0 141 24 2 470 140 63
Binary 11111010 1000 11001000 0 1100001 10100 10 100111000 1100000 110011

Color Harmonies of #FA08C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA08C8

Black with #FA08C8

Text Example


Text Example

White with #FA08C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA08C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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