#F0908D

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

Shades of Sweet Pink #F0908D

Tints of Sweet Pink #F0908D

Color information

#F0908D (or 0xF0908D) is unknown color: approx Sweet Pink. HEX triplet: F0, 90 and 8D. RGB value is (240,144,141). Sum of RGB (Red+Green+Blue) = 240+144+141=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0908D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0908D is #0F6F72. Grayscale: #ACACAC. Windows color (decimal): -1011571 or 9277680. OLE color: 9277680.

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

Color convert

RGB240144141-
CMYK00.40.410.06
HSL1.82º76.74%74.71%-
HSV(B)1.82º41.25%94.12%-
XYZ50.7240.3930.32-
YUV172.36110.3176.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.71%
GREEN value IS 144 (56.64% from 255) = 27.43%
BLUE value IS 141 (55.47% from 255) = 26.86%
R=45.71%
G=27.43%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014414100.40.410.061.8276.7474.71
HexF0908D02829624d4b
Octal3602202150505162115113
Binary11110000100100001000110101010001010011101010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0908D; }

 p { color: rgb(240,144,141); }

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

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

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

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

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

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

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