#F869BA

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

Shades of Hot Pink #F869BA

Tints of Hot Pink #F869BA

Color information

#F869BA (or 0xF869BA) is unknown color: approx Hot Pink. HEX triplet: F8, 69 and BA. RGB value is (248,105,186). Sum of RGB (Red+Green+Blue) = 248+105+186=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F869BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F869BA is #079645. Grayscale: #9C9C9C. Windows color (decimal): -497222 or 12216824. OLE color: 12216824.

HSL color Cylindrical-coordinate representation of color #F869BA: hue angle of 326.01º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F869BA is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248105186-
CMYK00.580.250.03
HSL326.01º91.08%69.22%-
HSV(B)326.01º57.66%97.25%-
XYZ52.6333.650.17-
YUV156.99144.38192.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.01%
GREEN value IS 105 (41.41% from 255) = 19.48%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=46.01%
G=19.48%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810518600.580.250.03326.0191.0869.22
HexF869BA03A1931465b45
Octal370151272072313506133105
Binary111110001101001101110100111010110011110100011010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F869BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F869BA; }

 p { color: rgb(248,105,186); }

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

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

 a { background-color: rgb(248,105,186); }

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

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

 span { border-color: rgb(248,105,186); }

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