#F98989

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

Shades of Sweet Pink #F98989

Tints of Sweet Pink #F98989

Color information

#F98989 (or 0xF98989) is unknown color: approx Sweet Pink. HEX triplet: F9, 89 and 89. RGB value is (249,137,137). Sum of RGB (Red+Green+Blue) = 249+137+137=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F98989 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98989 is #067676. Grayscale: #AAAAAA. Windows color (decimal): -423543 or 9013753. OLE color: 9013753.

HSL color Cylindrical-coordinate representation of color #F98989: hue angle of 0º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98989 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB249137137-
CMYK00.450.450.02
HSL90.32%75.69%-
HSV(B)44.98%97.65%-
XYZ52.5339.8428.59-
YUV170.49109.11184-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.61%
GREEN value IS 137 (53.91% from 255) = 26.20%
BLUE value IS 137 (53.91% from 255) = 26.20%
R=47.61%
G=26.20%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913713700.450.450.02090.3275.69
HexF9898902D2D205a4c
Octal3712112110555520132114
Binary111110011000100110001001010110110110110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98989; }

 p { color: rgb(249,137,137); }

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

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

 a { background-color: rgb(249,137,137); }

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

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

 span { border-color: rgb(249,137,137); }

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