#F09C95

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

Shades of Sweet Pink #F09C95

Tints of Sweet Pink #F09C95

Color information

#F09C95 (or 0xF09C95) is unknown color: approx Sweet Pink. HEX triplet: F0, 9C and 95. RGB value is (240,156,149). Sum of RGB (Red+Green+Blue) = 240+156+149=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09C95 is #0F636A. Grayscale: #B4B4B4. Windows color (decimal): -1008491 or 9805040. OLE color: 9805040.

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

Color convert

RGB240156149-
CMYK00.350.380.06
HSL4.62º75.21%76.27%-
HSV(B)4.62º37.92%94.12%-
XYZ53.2544.4734.21-
YUV180.32110.33170.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.04%
GREEN value IS 156 (61.33% from 255) = 28.62%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=44.04%
G=28.62%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015614900.350.380.064.6275.2176.27
HexF09C9502326654b4c
Octal3602342250434665113114
Binary111100001001110010010101010001110011011010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09C95; }

 p { color: rgb(240,156,149); }

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

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

 a { background-color: rgb(240,156,149); }

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

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

 span { border-color: rgb(240,156,149); }

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