Html Css Color HEX #FC64B2 Hot Pink

📋 copy color: '#FC64B2'

red 252 ◦ green 100 ◦ blue 178

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

Shades of Hot Pink #FC64B2

Tints of Hot Pink #FC64B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.58%

R = 47.55%
G = 18.87%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC64B2 (or 0xFC64B2) is known color: Hot Pink. HEX triplet: FC, 64 and B2. RGB value is (252,100,178). Sum of RGB (Red+Green+Blue) = 252+100+178=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC64B2 is #039B4D. Grayscale: #9A9A9A. Windows color (decimal): -236366 or 11691260. OLE color: 11691260.

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

Color convert

RGB 252 100 178 -
CMYK 0 0.60 0.29 0.01
HSL 329.21º 0.96% 0.69% -
HSV(B) 329.21º 0.6% 0.99% -
XYZ 52.74 33.02 45.71 -
YUV 154.34 141.36 197.66 -
System Red Green Blue C M Y K H S L
Decimal 252 100 178 0 0.60 0.29 0.01 329.21 0.96 0.69
Hex FC 64 B2 0 3C 1D 1 149 60 45
Octal 374 144 262 0 74 35 1 511 140 105
Binary 11111100 1100100 10110010 0 111100 11101 1 101001001 1100000 1000101

Color Harmonies of #FC64B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64B2

Black with #FC64B2

Text Example


Text Example

White with #FC64B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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