Html Css Color HEX #FC64AC Hot Pink

📋 copy color: '#FC64AC'

red 252 ◦ green 100 ◦ blue 172

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

Shades of Hot Pink #FC64AC

Tints of Hot Pink #FC64AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.08%

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

R = 48.09%
G = 19.08%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC64AC (or 0xFC64AC) is known color: Hot Pink. HEX triplet: FC, 64 and AC. RGB value is (252,100,172). Sum of RGB (Red+Green+Blue) = 252+100+172=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC64AC is #039B53. Grayscale: #999999. Windows color (decimal): -236372 or 11298044. OLE color: 11298044.

HSL color Cylindrical-coordinate representation of color #FC64AC: hue angle of 331.58º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC64AC is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 100 172 -
CMYK 0 0.60 0.32 0.01
HSL 331.58º 0.96% 0.69% -
HSV(B) 331.58º 0.6% 0.99% -
XYZ 52.15 32.79 42.61 -
YUV 153.66 138.36 198.15 -
System Red Green Blue C M Y K H S L
Decimal 252 100 172 0 0.60 0.32 0.01 331.58 0.96 0.69
Hex FC 64 AC 0 3C 20 1 14C 60 45
Octal 374 144 254 0 74 40 1 514 140 105
Binary 11111100 1100100 10101100 0 111100 100000 1 101001100 1100000 1000101

Color Harmonies of #FC64AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64AC

Black with #FC64AC

Text Example


Text Example

White with #FC64AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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