#F69D97

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

Shades of Sweet Pink #F69D97

Tints of Sweet Pink #F69D97

Color information

#F69D97 (or 0xF69D97) is unknown color: approx Sweet Pink. HEX triplet: F6, 9D and 97. RGB value is (246,157,151). Sum of RGB (Red+Green+Blue) = 246+157+151=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69D97 is #096268. Grayscale: #B7B7B7. Windows color (decimal): -615017 or 9936374. OLE color: 9936374.

HSL color Cylindrical-coordinate representation of color #F69D97: hue angle of 3.79º 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 #F69D97 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB246157151-
CMYK00.360.390.04
HSL3.79º84.07%77.84%-
HSV(B)3.79º38.62%96.47%-
XYZ55.6545.9435.21-
YUV182.93109.99172.99-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.40%
GREEN value IS 157 (61.72% from 255) = 28.34%
BLUE value IS 151 (59.38% from 255) = 27.26%
R=44.40%
G=28.34%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615715100.360.390.043.7984.0777.84
HexF69D970242744544e
Octal3662352270444744124116
Binary111101101001110110010111010010010011110010010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69D97; }

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

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

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

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

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

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

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

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