Html Css Color HEX #FC74AC Hot Pink

📋 copy color: '#FC74AC'

red 252 ◦ green 116 ◦ blue 172

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

Shades of Hot Pink #FC74AC

Tints of Hot Pink #FC74AC

RGB

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

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

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

R = 46.67%
G = 21.48%
B = 31.85%

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

#FC74AC (or 0xFC74AC) is known color: Hot Pink. HEX triplet: FC, 74 and AC. RGB value is (252,116,172). Sum of RGB (Red+Green+Blue) = 252+116+172=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC74AC is #038B53. Grayscale: #A2A2A2. Windows color (decimal): -232276 or 11302140. OLE color: 11302140.

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

Color convert

RGB 252 116 172 -
CMYK 0 0.54 0.32 0.01
HSL 335.29º 0.96% 0.72% -
HSV(B) 335.29º 0.54% 0.99% -
XYZ 53.84 36.16 43.17 -
YUV 163.05 133.06 191.45 -
System Red Green Blue C M Y K H S L
Decimal 252 116 172 0 0.54 0.32 0.01 335.29 0.96 0.72
Hex FC 74 AC 0 36 20 1 14F 60 48
Octal 374 164 254 0 66 40 1 517 140 110
Binary 11111100 1110100 10101100 0 110110 100000 1 101001111 1100000 1001000

Color Harmonies of #FC74AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74AC

Black with #FC74AC

Text Example


Text Example

White with #FC74AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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