Html Css Color HEX #FD74AD Hot Pink

📋 copy color: '#FD74AD'

red 253 ◦ green 116 ◦ blue 173

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

Shades of Hot Pink #FD74AD

Tints of Hot Pink #FD74AD

RGB

 RED value IS 253 (99.22% from 255) = 46.68%

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

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

R = 46.68%
G = 21.4%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD74AD (or 0xFD74AD) is known color: Hot Pink. HEX triplet: FD, 74 and AD. RGB value is (253,116,173). Sum of RGB (Red+Green+Blue) = 253+116+173=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD74AD is #028B52. Grayscale: #A3A3A3. Windows color (decimal): -166739 or 11367677. OLE color: 11367677.

HSL color Cylindrical-coordinate representation of color #FD74AD: hue angle of 335.04º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FD74AD is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 116 173 -
CMYK 0 0.54 0.32 0.01
HSL 335.04º 0.97% 0.72% -
HSV(B) 335.04º 0.54% 0.99% -
XYZ 54.3 36.39 43.7 -
YUV 163.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 253 116 173 0 0.54 0.32 0.01 335.04 0.97 0.72
Hex FD 74 AD 0 36 20 1 14F 61 48
Octal 375 164 255 0 66 40 1 517 141 110
Binary 11111101 1110100 10101101 0 110110 100000 1 101001111 1100001 1001000

Color Harmonies of #FD74AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD74AD

Black with #FD74AD

Text Example


Text Example

White with #FD74AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD74AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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