Html Css Color HEX #FA08CC Hot Magenta

📋 copy color: '#FA08CC'

red 250 ◦ green 8 ◦ blue 204

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

Shades of Hot Magenta #FA08CC

Tints of Hot Magenta #FA08CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 54.11%
G = 1.73%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA08CC (or 0xFA08CC) is known color: Hot Magenta. HEX triplet: FA, 08 and CC. RGB value is (250,8,204). Sum of RGB (Red+Green+Blue) = 250+8+204=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 8 (3.52% from 255 or 1.73% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA08CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA08CC is #05F733. Grayscale: #666666. Windows color (decimal): -390964 or 13371642. OLE color: 13371642.

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

Color convert

RGB 250 8 204 -
CMYK 0 0.97 0.18 0.02
HSL 311.41º 0.96% 0.51% -
HSV(B) 311.41º 0.97% 0.98% -
XYZ 50.41 24.86 59.27 -
YUV 102.7 185.17 233.06 -
System Red Green Blue C M Y K H S L
Decimal 250 8 204 0 0.97 0.18 0.02 311.41 0.96 0.51
Hex FA 8 CC 0 61 12 2 137 60 33
Octal 372 10 314 0 141 22 2 467 140 63
Binary 11111010 1000 11001100 0 1100001 10010 10 100110111 1100000 110011

Color Harmonies of #FA08CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA08CC

Black with #FA08CC

Text Example


Text Example

White with #FA08CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA08CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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