#F69085

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

Shades of Sweet Pink #F69085

Tints of Sweet Pink #F69085

Color information

#F69085 (or 0xF69085) is unknown color: approx Sweet Pink. HEX triplet: F6, 90 and 85. RGB value is (246,144,133). Sum of RGB (Red+Green+Blue) = 246+144+133=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F69085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69085 is #096F7A. Grayscale: #ADADAD. Windows color (decimal): -618363 or 8753398. OLE color: 8753398.

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

Color convert

RGB246144133-
CMYK00.410.460.04
HSL5.84º86.26%74.31%-
HSV(B)5.84º45.93%96.47%-
XYZ52.2141.2327.4-
YUV173.24105.29179.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.04%
GREEN value IS 144 (56.64% from 255) = 27.53%
BLUE value IS 133 (52.34% from 255) = 25.43%
R=47.04%
G=27.53%
B=25.43%

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
Decimal24614413300.410.460.045.8486.2674.31
HexF690850292E46564a
Octal3662202050515646126112
Binary111101101001000010000101010100110111010011010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69085; }

 p { color: rgb(246,144,133); }

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

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

 a { background-color: rgb(246,144,133); }

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

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

 span { border-color: rgb(246,144,133); }

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