#F69B99

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

Shades of Sweet Pink #F69B99

Tints of Sweet Pink #F69B99

Color information

#F69B99 (or 0xF69B99) is unknown color: approx Sweet Pink. HEX triplet: F6, 9B and 99. RGB value is (246,155,153). Sum of RGB (Red+Green+Blue) = 246+155+153=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69B99 is #096466. Grayscale: #B6B6B6. Windows color (decimal): -615527 or 10066934. OLE color: 10066934.

HSL color Cylindrical-coordinate representation of color #F69B99: hue angle of 1.29º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F69B99 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB246155153-
CMYK00.370.380.04
HSL1.29º83.78%78.24%-
HSV(B)1.29º37.8%96.47%-
XYZ55.4845.3435.96-
YUV181.98111.65173.66-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.40%
GREEN value IS 155 (60.94% from 255) = 27.98%
BLUE value IS 153 (60.16% from 255) = 27.62%
R=44.40%
G=27.98%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615515300.370.380.041.2983.7878.24
HexF69B990252641544e
Octal3662332310454641124116
Binary1111011010011011100110010100101100110100110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69B99; }

 p { color: rgb(246,155,153); }

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

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

 a { background-color: rgb(246,155,153); }

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

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

 span { border-color: rgb(246,155,153); }

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