#F08F8A

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

Shades of Sweet Pink #F08F8A

Tints of Sweet Pink #F08F8A

Color information

#F08F8A (or 0xF08F8A) is unknown color: approx Sweet Pink. HEX triplet: F0, 8F and 8A. RGB value is (240,143,138). Sum of RGB (Red+Green+Blue) = 240+143+138=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08F8A is #0F7075. Grayscale: #ABABAB. Windows color (decimal): -1011830 or 9080816. OLE color: 9080816.

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

Color convert

RGB240143138-
CMYK00.400.420.06
HSL2.94º77.27%74.12%-
HSV(B)2.94º42.5%94.12%-
XYZ50.3540.0129.11-
YUV171.43109.14176.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.07%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=46.07%
G=27.45%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014313800.400.420.062.9477.2774.12
HexF08F8A0282A634d4a
Octal3602172120505263115112
Binary11110000100011111000101001010001010101101110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08F8A; }

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

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

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

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

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

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

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

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