#F69692

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

Shades of Sweet Pink #F69692

Tints of Sweet Pink #F69692

Color information

#F69692 (or 0xF69692) is unknown color: approx Sweet Pink. HEX triplet: F6, 96 and 92. RGB value is (246,150,146). Sum of RGB (Red+Green+Blue) = 246+150+146=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F69692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69692 is #09696D. Grayscale: #B2B2B2. Windows color (decimal): -616814 or 9606902. OLE color: 9606902.

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

Color convert

RGB246150146-
CMYK00.390.410.04
HSL2.4º84.75%76.86%-
HSV(B)2.4º40.65%96.47%-
XYZ54.143.4832.74-
YUV178.25109.8176.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.39%
GREEN value IS 150 (58.98% from 255) = 27.68%
BLUE value IS 146 (57.42% from 255) = 26.94%
R=45.39%
G=27.68%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615014600.390.410.042.484.7576.86
HexF696920272942554d
Octal3662262220475142125115
Binary11110110100101101001001001001111010011001010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69692; }

 p { color: rgb(246,150,146); }

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

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

 a { background-color: rgb(246,150,146); }

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

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

 span { border-color: rgb(246,150,146); }

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