Html Css Color HEX #FA04C8 Hot Magenta

📋 copy color: '#FA04C8'

red 250 ◦ green 4 ◦ blue 200

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

Shades of Hot Magenta #FA04C8

Tints of Hot Magenta #FA04C8

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.88%

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

R = 55.07%
G = 0.88%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FA04C8 (or 0xFA04C8) is known color: Hot Magenta. HEX triplet: FA, 04 and C8. RGB value is (250,4,200). Sum of RGB (Red+Green+Blue) = 250+4+200=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 4 (1.95% from 255 or 0.88% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA04C8 is #05FB37. Grayscale: #636363. Windows color (decimal): -391992 or 13108474. OLE color: 13108474.

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

Color convert

RGB 250 4 200 -
CMYK 0 0.98 0.2 0.02
HSL 312.2º 0.97% 0.5% -
HSV(B) 312.2º 0.98% 0.98% -
XYZ 49.89 24.58 56.76 -
YUV 99.9 184.5 235.06 -
System Red Green Blue C M Y K H S L
Decimal 250 4 200 0 0.98 0.2 0.02 312.2 0.97 0.5
Hex FA 4 C8 0 62 14 2 138 61 32
Octal 372 4 310 0 142 24 2 470 141 62
Binary 11111010 100 11001000 0 1100010 10100 10 100111000 1100001 110010

Color Harmonies of #FA04C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA04C8

Black with #FA04C8

Text Example


Text Example

White with #FA04C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA04C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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