Html Css Color HEX #FC64B0 Hot Pink

📋 copy color: '#FC64B0'

red 252 ◦ green 100 ◦ blue 176

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

Shades of Hot Pink #FC64B0

Tints of Hot Pink #FC64B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.33%

R = 47.73%
G = 18.94%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC64B0 (or 0xFC64B0) is known color: Hot Pink. HEX triplet: FC, 64 and B0. RGB value is (252,100,176). Sum of RGB (Red+Green+Blue) = 252+100+176=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC64B0 is #039B4F. Grayscale: #999999. Windows color (decimal): -236368 or 11560188. OLE color: 11560188.

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

Color convert

RGB 252 100 176 -
CMYK 0 0.60 0.30 0.01
HSL 330º 0.96% 0.69% -
HSV(B) 330º 0.6% 0.99% -
XYZ 52.54 32.94 44.66 -
YUV 154.11 140.36 197.82 -
System Red Green Blue C M Y K H S L
Decimal 252 100 176 0 0.60 0.30 0.01 330 0.96 0.69
Hex FC 64 B0 0 3C 1E 1 14A 60 45
Octal 374 144 260 0 74 36 1 512 140 105
Binary 11111100 1100100 10110000 0 111100 11110 1 101001010 1100000 1000101

Color Harmonies of #FC64B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64B0

Black with #FC64B0

Text Example


Text Example

White with #FC64B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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