#F69694

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

Shades of Sweet Pink #F69694

Tints of Sweet Pink #F69694

Color information

#F69694 (or 0xF69694) is unknown color: approx Sweet Pink. HEX triplet: F6, 96 and 94. RGB value is (246,150,148). Sum of RGB (Red+Green+Blue) = 246+150+148=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F69694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69694 is #09696B. Grayscale: #B2B2B2. Windows color (decimal): -616812 or 9737974. OLE color: 9737974.

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

Color convert

RGB246150148-
CMYK00.390.400.04
HSL1.22º84.48%77.25%-
HSV(B)1.22º39.84%96.47%-
XYZ54.2643.5433.56-
YUV178.48110.8176.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.22%
GREEN value IS 150 (58.98% from 255) = 27.57%
BLUE value IS 148 (58.20% from 255) = 27.21%
R=45.22%
G=27.57%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615014800.390.400.041.2284.4877.25
HexF696940272841544d
Octal3662262240475041124115
Binary1111011010010110100101000100111101000100110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69694; }

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

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

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

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

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

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

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

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