#F89595

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

Shades of Sweet Pink #F89595

Tints of Sweet Pink #F89595

Color information

#F89595 (or 0xF89595) is unknown color: approx Sweet Pink. HEX triplet: F8, 95 and 95. RGB value is (248,149,149). Sum of RGB (Red+Green+Blue) = 248+149+149=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F89595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89595 is #076A6A. Grayscale: #B2B2B2. Windows color (decimal): -485995 or 9803256. OLE color: 9803256.

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

Color convert

RGB248149149-
CMYK00.400.400.03
HSL87.61%77.84%-
HSV(B)39.92%97.25%-
XYZ54.8843.6233.96-
YUV178.6111.3177.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.42%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 149 (58.59% from 255) = 27.29%
R=45.42%
G=27.29%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814914900.400.400.03087.6177.84
HexF895950282830584e
Octal3702252250505030130116
Binary111110001001010110010101010100010100011010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89595; }

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

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

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

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

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

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

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

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