#FD69B8

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

Shades of Hot Pink #FD69B8

Tints of Hot Pink #FD69B8

Color information

#FD69B8 (or 0xFD69B8) is unknown color: approx Hot Pink. HEX triplet: FD, 69 and B8. RGB value is (253,105,184). Sum of RGB (Red+Green+Blue) = 253+105+184=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 184 (72.27% from 255 or 33.95% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD69B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD69B8 is #029647. Grayscale: #9E9E9E. Windows color (decimal): -169544 or 12085757. OLE color: 12085757.

HSL color Cylindrical-coordinate representation of color #FD69B8: hue angle of 327.97º degrees, saturation: 0.97, 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 #FD69B8 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB253105184-
CMYK00.580.270.01
HSL327.97º97.37%70.2%-
HSV(B)327.97º58.5%99.22%-
XYZ54.2134.4549.14-
YUV158.26142.53195.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.68%
GREEN value IS 105 (41.41% from 255) = 19.37%
BLUE value IS 184 (72.27% from 255) = 33.95%
R=46.68%
G=19.37%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310518400.580.270.01327.9797.3770.2
HexFD69B803A1B11486146
Octal375151270072331510141106
Binary11111101110100110111000011101011011110100100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD69B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD69B8; }

 p { color: rgb(253,105,184); }

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

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

 a { background-color: rgb(253,105,184); }

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

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

 span { border-color: rgb(253,105,184); }

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