Html Css Color HEX #FC64BB Hot Pink

📋 copy color: '#FC64BB'

red 252 ◦ green 100 ◦ blue 187

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

Shades of Hot Pink #FC64BB

Tints of Hot Pink #FC64BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.69%

R = 46.75%
G = 18.55%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC64BB (or 0xFC64BB) is known color: Hot Pink. HEX triplet: FC, 64 and BB. RGB value is (252,100,187). Sum of RGB (Red+Green+Blue) = 252+100+187=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 100 (39.45% from 255 or 18.55% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC64BB is #039B44. Grayscale: #9B9B9B. Windows color (decimal): -236357 or 12281084. OLE color: 12281084.

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

Color convert

RGB 252 100 187 -
CMYK 0 0.60 0.26 0.01
HSL 325.66º 0.96% 0.69% -
HSV(B) 325.66º 0.6% 0.99% -
XYZ 53.67 33.4 50.63 -
YUV 155.37 145.86 196.93 -
System Red Green Blue C M Y K H S L
Decimal 252 100 187 0 0.60 0.26 0.01 325.66 0.96 0.69
Hex FC 64 BB 0 3C 1A 1 146 60 45
Octal 374 144 273 0 74 32 1 506 140 105
Binary 11111100 1100100 10111011 0 111100 11010 1 101000110 1100000 1000101

Color Harmonies of #FC64BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64BB

Black with #FC64BB

Text Example


Text Example

White with #FC64BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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