Html Css Color HEX #FC74AD Hot Pink

📋 copy color: '#FC74AD'

red 252 ◦ green 116 ◦ blue 173

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

Shades of Hot Pink #FC74AD

Tints of Hot Pink #FC74AD

RGB

 RED value IS 252 (98.83% from 255) = 46.58%

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

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

R = 46.58%
G = 21.44%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC74AD (or 0xFC74AD) is known color: Hot Pink. HEX triplet: FC, 74 and AD. RGB value is (252,116,173). Sum of RGB (Red+Green+Blue) = 252+116+173=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC74AD is #038B52. Grayscale: #A3A3A3. Windows color (decimal): -232275 or 11367676. OLE color: 11367676.

HSL color Cylindrical-coordinate representation of color #FC74AD: hue angle of 334.85º degrees, saturation: 0.96, 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 #FC74AD is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 116 173 -
CMYK 0 0.54 0.31 0.01
HSL 334.85º 0.96% 0.72% -
HSV(B) 334.85º 0.54% 0.99% -
XYZ 53.93 36.2 43.68 -
YUV 163.16 133.56 191.37 -
System Red Green Blue C M Y K H S L
Decimal 252 116 173 0 0.54 0.31 0.01 334.85 0.96 0.72
Hex FC 74 AD 0 36 1F 1 14F 60 48
Octal 374 164 255 0 66 37 1 517 140 110
Binary 11111100 1110100 10101101 0 110110 11111 1 101001111 1100000 1001000

Color Harmonies of #FC74AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74AD

Black with #FC74AD

Text Example


Text Example

White with #FC74AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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