Html Css Color HEX #FC64AF Hot Pink

📋 copy color: '#FC64AF'

red 252 ◦ green 100 ◦ blue 175

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

Shades of Hot Pink #FC64AF

Tints of Hot Pink #FC64AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.21%

R = 47.82%
G = 18.98%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC64AF (or 0xFC64AF) is known color: Hot Pink. HEX triplet: FC, 64 and AF. RGB value is (252,100,175). Sum of RGB (Red+Green+Blue) = 252+100+175=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC64AF is #039B50. Grayscale: #999999. Windows color (decimal): -236369 or 11494652. OLE color: 11494652.

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

Color convert

RGB 252 100 175 -
CMYK 0 0.60 0.31 0.01
HSL 330.39º 0.96% 0.69% -
HSV(B) 330.39º 0.6% 0.99% -
XYZ 52.44 32.9 44.14 -
YUV 154 139.86 197.9 -
System Red Green Blue C M Y K H S L
Decimal 252 100 175 0 0.60 0.31 0.01 330.39 0.96 0.69
Hex FC 64 AF 0 3C 1F 1 14A 60 45
Octal 374 144 257 0 74 37 1 512 140 105
Binary 11111100 1100100 10101111 0 111100 11111 1 101001010 1100000 1000101

Color Harmonies of #FC64AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64AF

Black with #FC64AF

Text Example


Text Example

White with #FC64AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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