#F89995

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

Shades of Sweet Pink #F89995

Tints of Sweet Pink #F89995

Color information

#F89995 (or 0xF89995) is unknown color: approx Sweet Pink. HEX triplet: F8, 99 and 95. RGB value is (248,153,149). Sum of RGB (Red+Green+Blue) = 248+153+149=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F89995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89995 is #07666A. Grayscale: #B5B5B5. Windows color (decimal): -484971 or 9804280. OLE color: 9804280.

HSL color Cylindrical-coordinate representation of color #F89995: hue angle of 2.42º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F89995 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB248153149-
CMYK00.380.400.03
HSL2.42º87.61%77.84%-
HSV(B)2.42º39.92%97.25%-
XYZ55.5344.9134.18-
YUV180.95109.97175.83-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.09%
GREEN value IS 153 (60.16% from 255) = 27.82%
BLUE value IS 149 (58.59% from 255) = 27.09%
R=45.09%
G=27.82%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815314900.380.400.032.4287.6177.84
HexF899950262832584e
Octal3702312250465032130116
Binary1111100010011001100101010100110101000111010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89995; }

 p { color: rgb(248,153,149); }

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

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

 a { background-color: rgb(248,153,149); }

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

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

 span { border-color: rgb(248,153,149); }

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