#F0908A

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

Shades of Sweet Pink #F0908A

Tints of Sweet Pink #F0908A

Color information

#F0908A (or 0xF0908A) is unknown color: approx Sweet Pink. HEX triplet: F0, 90 and 8A. RGB value is (240,144,138). Sum of RGB (Red+Green+Blue) = 240+144+138=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F0908A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0908A is #0F6F75. Grayscale: #ACACAC. Windows color (decimal): -1011574 or 9081072. OLE color: 9081072.

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

Color convert

RGB240144138-
CMYK00.40.420.06
HSL3.53º77.27%74.12%-
HSV(B)3.53º42.5%94.12%-
XYZ50.540.3129.16-
YUV172.02108.8176.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.98%
GREEN value IS 144 (56.64% from 255) = 27.59%
BLUE value IS 138 (54.30% from 255) = 26.44%
R=45.98%
G=27.59%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014413800.40.420.063.5377.2774.12
HexF0908A0282A644d4a
Octal3602202120505264115112
Binary111100001001000010001010010100010101011010010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0908A; }

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

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

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

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

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

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

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

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