#FD6CBC

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

Shades of Hot Pink #FD6CBC

Tints of Hot Pink #FD6CBC

Color information

#FD6CBC (or 0xFD6CBC) is unknown color: approx Hot Pink. HEX triplet: FD, 6C and BC. RGB value is (253,108,188). Sum of RGB (Red+Green+Blue) = 253+108+188=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6CBC is #029343. Grayscale: #A0A0A0. Windows color (decimal): -168772 or 12348669. OLE color: 12348669.

HSL color Cylindrical-coordinate representation of color #FD6CBC: hue angle of 326.9º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6CBC is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB253108188-
CMYK00.570.260.01
HSL326.9º97.32%70.78%-
HSV(B)326.9º57.31%99.22%-
XYZ54.9535.2451.48-
YUV160.47143.54194-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.08%
GREEN value IS 108 (42.58% from 255) = 19.67%
BLUE value IS 188 (73.83% from 255) = 34.24%
R=46.08%
G=19.67%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310818800.570.260.01326.997.3270.78
HexFD6CBC0391A11476147
Octal375154274071321507141107
Binary11111101110110010111100011100111010110100011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6CBC; }

 p { color: rgb(253,108,188); }

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

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

 a { background-color: rgb(253,108,188); }

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

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

 span { border-color: rgb(253,108,188); }

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