#FC65BC

Color #FC65BC Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #FC65BC

Tints of Hot Pink #FC65BC

Color information

#FC65BC (or 0xFC65BC) is unknown color: approx Hot Pink. HEX triplet: FC, 65 and BC. RGB value is (252,101,188). Sum of RGB (Red+Green+Blue) = 252+101+188=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC65BC is #039A43. Grayscale: #9B9B9B. Windows color (decimal): -236100 or 12346876. OLE color: 12346876.

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

Color convert

RGB252101188-
CMYK00.600.250.01
HSL325.43º96.18%69.22%-
HSV(B)325.43º59.92%98.82%-
XYZ53.8833.6351.23-
YUV156.07146.03196.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.58%
GREEN value IS 101 (39.84% from 255) = 18.67%
BLUE value IS 188 (73.83% from 255) = 34.75%
R=46.58%
G=18.67%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210118800.600.250.01325.4396.1869.22
HexFC65BC03C1911456045
Octal374145274074311505140105
Binary11111100110010110111100011110011001110100010111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC65BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC65BC; }

 p { color: rgb(252,101,188); }

 H1.HeaderClassName
 {
   color: #FC65BC;
 }
 .AnyTagClassName
 {
   color: #FC65BC;
 }
</style>
background-color css

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

 a { background-color: rgb(252,101,188); }

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

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

 span { border-color: rgb(252,101,188); }

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