#FB69AA

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

Shades of Hot Pink #FB69AA

Tints of Hot Pink #FB69AA

Color information

#FB69AA (or 0xFB69AA) is unknown color: approx Hot Pink. HEX triplet: FB, 69 and AA. RGB value is (251,105,170). Sum of RGB (Red+Green+Blue) = 251+105+170=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB69AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB69AA is #049655. Grayscale: #9B9B9B. Windows color (decimal): -300630 or 11168251. OLE color: 11168251.

HSL color Cylindrical-coordinate representation of color #FB69AA: hue angle of 333.29º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB69AA is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB251105170-
CMYK00.580.320.02
HSL333.29º94.81%69.8%-
HSV(B)333.29º58.17%98.43%-
XYZ52.0933.5141.75-
YUV156.06135.87195.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.72%
GREEN value IS 105 (41.41% from 255) = 19.96%
BLUE value IS 170 (66.80% from 255) = 32.32%
R=47.72%
G=19.96%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110517000.580.320.02333.2994.8169.8
HexFB69AA03A20214d5f46
Octal373151252072402515137106
Binary1111101111010011010101001110101000001010100110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB69AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB69AA; }

 p { color: rgb(251,105,170); }

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

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

 a { background-color: rgb(251,105,170); }

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

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

 span { border-color: rgb(251,105,170); }

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