#F69997

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

Shades of Sweet Pink #F69997

Tints of Sweet Pink #F69997

Color information

#F69997 (or 0xF69997) is unknown color: approx Sweet Pink. HEX triplet: F6, 99 and 97. RGB value is (246,153,151). Sum of RGB (Red+Green+Blue) = 246+153+151=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F69997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69997 is #096668. Grayscale: #B4B4B4. Windows color (decimal): -616041 or 9935350. OLE color: 9935350.

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

Color convert

RGB246153151-
CMYK00.380.390.04
HSL1.26º84.07%77.84%-
HSV(B)1.26º38.62%96.47%-
XYZ54.9844.6134.99-
YUV180.58111.31174.66-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.73%
GREEN value IS 153 (60.16% from 255) = 27.82%
BLUE value IS 151 (59.38% from 255) = 27.45%
R=44.73%
G=27.82%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615315100.380.390.041.2684.0777.84
HexF699970262741544e
Octal3662312270464741124116
Binary1111011010011001100101110100110100111100110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69997; }

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

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

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

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

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

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

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

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