Html Css Color HEX #FA5FAC Hot Pink

📋 copy color: '#FA5FAC'

red 250 ◦ green 95 ◦ blue 172

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

Shades of Hot Pink #FA5FAC

Tints of Hot Pink #FA5FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.38%

 BLUE value IS 172 (67.58% from 255) = 33.27%

R = 48.36%
G = 18.38%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA5FAC (or 0xFA5FAC) is known color: Hot Pink. HEX triplet: FA, 5F and AC. RGB value is (250,95,172). Sum of RGB (Red+Green+Blue) = 250+95+172=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5FAC is #05A053. Grayscale: #959595. Windows color (decimal): -368724 or 11296762. OLE color: 11296762.

HSL color Cylindrical-coordinate representation of color #FA5FAC: hue angle of 330.19º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5FAC is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 95 172 -
CMYK 0 0.62 0.31 0.02
HSL 330.19º 0.94% 0.68% -
HSV(B) 330.19º 0.62% 0.98% -
XYZ 50.96 31.49 42.42 -
YUV 150.12 140.35 199.24 -
System Red Green Blue C M Y K H S L
Decimal 250 95 172 0 0.62 0.31 0.02 330.19 0.94 0.68
Hex FA 5F AC 0 3E 1F 2 14A 5E 44
Octal 372 137 254 0 76 37 2 512 136 104
Binary 11111010 1011111 10101100 0 111110 11111 10 101001010 1011110 1000100

Color Harmonies of #FA5FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5FAC

Black with #FA5FAC

Text Example


Text Example

White with #FA5FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5FAC; }

 p { color: rgb(250,95,172); }

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

background-color css

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

 a { background-color: rgb(250,95,172); }

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

border-color css

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

 span { border-color: rgb(250,95,172); }

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