#FD6BA4

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

Shades of Hot Pink #FD6BA4

Tints of Hot Pink #FD6BA4

Color information

#FD6BA4 (or 0xFD6BA4) is unknown color: approx Hot Pink. HEX triplet: FD, 6B and A4. RGB value is (253,107,164). Sum of RGB (Red+Green+Blue) = 253+107+164=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6BA4 is #02945B. Grayscale: #9D9D9D. Windows color (decimal): -169052 or 10775549. OLE color: 10775549.

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

Color convert

RGB253107164-
CMYK00.580.350.01
HSL336.58º97.33%70.59%-
HSV(B)336.58º57.71%99.22%-
XYZ52.4734.0838.93-
YUV157.15131.87196.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.28%
GREEN value IS 107 (42.19% from 255) = 20.42%
BLUE value IS 164 (64.45% from 255) = 31.30%
R=48.28%
G=20.42%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310716400.580.350.01336.5897.3370.59
HexFD6BA403A2311516147
Octal375153244072431521141107
Binary111111011101011101001000111010100011110101000111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6BA4; }

 p { color: rgb(253,107,164); }

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

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

 a { background-color: rgb(253,107,164); }

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

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

 span { border-color: rgb(253,107,164); }

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