#F69186

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

Shades of Sweet Pink #F69186

Tints of Sweet Pink #F69186

Color information

#F69186 (or 0xF69186) is unknown color: approx Sweet Pink. HEX triplet: F6, 91 and 86. RGB value is (246,145,134). Sum of RGB (Red+Green+Blue) = 246+145+134=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F69186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69186 is #096E79. Grayscale: #AEAEAE. Windows color (decimal): -618106 or 8819190. OLE color: 8819190.

HSL color Cylindrical-coordinate representation of color #F69186: hue angle of 5.89º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F69186 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB246145134-
CMYK00.410.460.04
HSL5.89º86.15%74.51%-
HSV(B)5.89º45.53%96.47%-
XYZ52.4341.5627.81-
YUV173.94105.46179.39-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.86%
GREEN value IS 145 (57.03% from 255) = 27.62%
BLUE value IS 134 (52.73% from 255) = 25.52%
R=46.86%
G=27.62%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614513400.410.460.045.8986.1574.51
HexF691860292E46564b
Octal3662212060515646126113
Binary111101101001000110000110010100110111010011010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69186; }

 p { color: rgb(246,145,134); }

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

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

 a { background-color: rgb(246,145,134); }

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

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

 span { border-color: rgb(246,145,134); }

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