#F89290

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

Shades of Sweet Pink #F89290

Tints of Sweet Pink #F89290

Color information

#F89290 (or 0xF89290) is unknown color: approx Sweet Pink. HEX triplet: F8, 92 and 90. RGB value is (248,146,144). Sum of RGB (Red+Green+Blue) = 248+146+144=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F89290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89290 is #076D6F. Grayscale: #B0B0B0. Windows color (decimal): -486768 or 9474808. OLE color: 9474808.

HSL color Cylindrical-coordinate representation of color #F89290: hue angle of 1.15º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F89290 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB248146144-
CMYK00.410.420.03
HSL1.15º88.14%76.86%-
HSV(B)1.15º41.94%97.25%-
XYZ54.0242.5331.75-
YUV176.27109.79179.16-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.10%
GREEN value IS 146 (57.42% from 255) = 27.14%
BLUE value IS 144 (56.64% from 255) = 26.77%
R=46.10%
G=27.14%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814614400.410.420.031.1588.1476.86
HexF892900292A31584d
Octal3702222200515231130115
Binary111110001001001010010000010100110101011110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89290; }

 p { color: rgb(248,146,144); }

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

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

 a { background-color: rgb(248,146,144); }

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

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

 span { border-color: rgb(248,146,144); }

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