#F08F8D

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

Shades of Sweet Pink #F08F8D

Tints of Sweet Pink #F08F8D

Color information

#F08F8D (or 0xF08F8D) is unknown color: approx Sweet Pink. HEX triplet: F0, 8F and 8D. RGB value is (240,143,141). Sum of RGB (Red+Green+Blue) = 240+143+141=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08F8D is #0F7072. Grayscale: #ABABAB. Windows color (decimal): -1011827 or 9277424. OLE color: 9277424.

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

Color convert

RGB240143141-
CMYK00.400.410.06
HSL1.21º76.74%74.71%-
HSV(B)1.21º41.25%94.12%-
XYZ50.5740.0930.27-
YUV171.77110.64176.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.80%
GREEN value IS 143 (56.25% from 255) = 27.29%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=45.80%
G=27.29%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014314100.400.410.061.2176.7474.71
HexF08F8D02829614d4b
Octal3602172150505161115113
Binary1111000010001111100011010101000101001110110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08F8D; }

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

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

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

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

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

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

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

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