#F98D8A

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

Shades of Sweet Pink #F98D8A

Tints of Sweet Pink #F98D8A

Color information

#F98D8A (or 0xF98D8A) is unknown color: approx Sweet Pink. HEX triplet: F9, 8D and 8A. RGB value is (249,141,138). Sum of RGB (Red+Green+Blue) = 249+141+138=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98D8A is #067275. Grayscale: #ADADAD. Windows color (decimal): -422518 or 9080313. OLE color: 9080313.

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

Color convert

RGB249141138-
CMYK00.430.450.02
HSL1.62º90.24%75.88%-
HSV(B)1.62º44.58%97.65%-
XYZ53.1841.0229.16-
YUV172.95108.28182.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.16%
GREEN value IS 141 (55.47% from 255) = 26.70%
BLUE value IS 138 (54.30% from 255) = 26.14%
R=47.16%
G=26.70%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914113800.430.450.021.6290.2475.88
HexF98D8A02B2D225a4c
Octal3712152120535522132114
Binary1111100110001101100010100101011101101101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98D8A; }

 p { color: rgb(249,141,138); }

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

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

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

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

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

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

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