Html Css Color HEX #FA74AD Hot Pink

📋 copy color: '#FA74AD'

red 250 ◦ green 116 ◦ blue 173

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

Shades of Hot Pink #FA74AD

Tints of Hot Pink #FA74AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.52%

 BLUE value IS 173 (67.97% from 255) = 32.1%

R = 46.38%
G = 21.52%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA74AD (or 0xFA74AD) is known color: Hot Pink. HEX triplet: FA, 74 and AD. RGB value is (250,116,173). Sum of RGB (Red+Green+Blue) = 250+116+173=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA74AD is #058B52. Grayscale: #A2A2A2. Windows color (decimal): -363347 or 11367674. OLE color: 11367674.

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

Color convert

RGB 250 116 173 -
CMYK 0 0.54 0.31 0.02
HSL 334.48º 0.93% 0.72% -
HSV(B) 334.48º 0.54% 0.98% -
XYZ 53.21 35.83 43.65 -
YUV 162.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 250 116 173 0 0.54 0.31 0.02 334.48 0.93 0.72
Hex FA 74 AD 0 36 1F 2 14E 5D 48
Octal 372 164 255 0 66 37 2 516 135 110
Binary 11111010 1110100 10101101 0 110110 11111 10 101001110 1011101 1001000

Color Harmonies of #FA74AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA74AD

Black with #FA74AD

Text Example


Text Example

White with #FA74AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA74AD; }

 p { color: rgb(250,116,173); }

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

background-color css

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

 a { background-color: rgb(250,116,173); }

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

border-color css

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

 span { border-color: rgb(250,116,173); }

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