#F69B97

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

Shades of Sweet Pink #F69B97

Tints of Sweet Pink #F69B97

Color information

#F69B97 (or 0xF69B97) is unknown color: approx Sweet Pink. HEX triplet: F6, 9B and 97. RGB value is (246,155,151). Sum of RGB (Red+Green+Blue) = 246+155+151=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69B97 is #096468. Grayscale: #B5B5B5. Windows color (decimal): -615529 or 9935862. OLE color: 9935862.

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

Color convert

RGB246155151-
CMYK00.370.390.04
HSL2.53º84.07%77.84%-
HSV(B)2.53º38.62%96.47%-
XYZ55.3145.2735.1-
YUV181.75110.65173.83-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.57%
GREEN value IS 155 (60.94% from 255) = 28.08%
BLUE value IS 151 (59.38% from 255) = 27.36%
R=44.57%
G=28.08%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615515100.370.390.042.5384.0777.84
HexF69B970252743544e
Octal3662332270454743124116
Binary11110110100110111001011101001011001111001110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69B97; }

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

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

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

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

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

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

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

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