#F89795

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

Shades of Sweet Pink #F89795

Tints of Sweet Pink #F89795

Color information

#F89795 (or 0xF89795) is unknown color: approx Sweet Pink. HEX triplet: F8, 97 and 95. RGB value is (248,151,149). Sum of RGB (Red+Green+Blue) = 248+151+149=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F89795 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89795 is #07686A. Grayscale: #B3B3B3. Windows color (decimal): -485483 or 9803768. OLE color: 9803768.

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

Color convert

RGB248151149-
CMYK00.390.400.03
HSL1.21º87.61%77.84%-
HSV(B)1.21º39.92%97.25%-
XYZ55.244.2634.07-
YUV179.77110.64176.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.26%
GREEN value IS 151 (59.38% from 255) = 27.55%
BLUE value IS 149 (58.59% from 255) = 27.19%
R=45.26%
G=27.55%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815114900.390.400.031.2187.6177.84
HexF897950272831584e
Octal3702272250475031130116
Binary111110001001011110010101010011110100011110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89795; }

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

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

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

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

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

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

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

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