#F09595

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

Shades of Sweet Pink #F09595

Tints of Sweet Pink #F09595

Color information

#F09595 (or 0xF09595) is unknown color: approx Sweet Pink. HEX triplet: F0, 95 and 95. RGB value is (240,149,149). Sum of RGB (Red+Green+Blue) = 240+149+149=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F09595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09595 is #0F6A6A. Grayscale: #B0B0B0. Windows color (decimal): -1010283 or 9803248. OLE color: 9803248.

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

Color convert

RGB240149149-
CMYK00.380.380.06
HSL75.21%76.27%-
HSV(B)37.92%94.12%-
XYZ52.1142.1933.83-
YUV176.21112.65173.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.61%
GREEN value IS 149 (58.59% from 255) = 27.70%
BLUE value IS 149 (58.59% from 255) = 27.70%
R=44.61%
G=27.70%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014914900.380.380.06075.2176.27
HexF0959502626604b4c
Octal3602252250464660113114
Binary1111000010010101100101010100110100110110010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09595; }

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

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

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

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

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

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

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

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