#fc69bc

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

Shades of Hot Pink #FC69BC

Tints of Hot Pink #FC69BC

Color information

#FC69BC (or 0xFC69BC) is unknown color: approx Hot Pink. HEX triplet: FC, 69 and BC. RGB value is (252,105,188). Sum of RGB (Red+Green+Blue) = 252+105+188=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69BC is #039643. Grayscale: #9E9E9E. Windows color (decimal): -235076 or 12347900. OLE color: 12347900.

HSL color Cylindrical-coordinate representation of color #FC69BC: hue angle of 326.12º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC69BC is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB252105188-
CMYK00.580.250.01
HSL326.12º96.08%70%-
HSV(B)326.12º58.33%98.82%-
XYZ54.2734.4351.36-
YUV158.42144.7194.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.24%
GREEN value IS 105 (41.41% from 255) = 19.27%
BLUE value IS 188 (73.83% from 255) = 34.50%
R=46.24%
G=19.27%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210518800.580.250.01326.1296.0870
HexFC69BC03A1911466046
Octal374151274072311506140106
Binary11111100110100110111100011101011001110100011011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc69bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc69bc; }

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

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

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

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

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

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

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

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