#F0968C

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

Shades of Sweet Pink #F0968C

Tints of Sweet Pink #F0968C

Color information

#F0968C (or 0xF0968C) is unknown color: approx Sweet Pink. HEX triplet: F0, 96 and 8C. RGB value is (240,150,140). Sum of RGB (Red+Green+Blue) = 240+150+140=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0968C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0968C is #0F6973. Grayscale: #AFAFAF. Windows color (decimal): -1010036 or 9213680. OLE color: 9213680.

HSL color Cylindrical-coordinate representation of color #F0968C: hue angle of 6º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0968C is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB240150140-
CMYK00.370.420.06
HSL76.92%74.51%-
HSV(B)41.67%94.12%-
XYZ51.5842.2330.24-
YUV175.77107.82173.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.28%
GREEN value IS 150 (58.98% from 255) = 28.30%
BLUE value IS 140 (55.08% from 255) = 26.42%
R=45.28%
G=28.30%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015014000.370.420.06676.9274.51
HexF0968C0252A664d4b
Octal3602262140455266115113
Binary111100001001011010001100010010110101011011010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0968C; }

 p { color: rgb(240,150,140); }

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

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

 a { background-color: rgb(240,150,140); }

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

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

 span { border-color: rgb(240,150,140); }

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