#F98F8C

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

Shades of Sweet Pink #F98F8C

Tints of Sweet Pink #F98F8C

Color information

#F98F8C (or 0xF98F8C) is unknown color: approx Sweet Pink. HEX triplet: F9, 8F and 8C. RGB value is (249,143,140). Sum of RGB (Red+Green+Blue) = 249+143+140=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98F8C is #067073. Grayscale: #AEAEAE. Windows color (decimal): -422004 or 9211897. OLE color: 9211897.

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

Color convert

RGB249143140-
CMYK00.430.440.02
HSL1.65º90.08%76.27%-
HSV(B)1.65º43.78%97.65%-
XYZ53.6241.6830.03-
YUV174.35108.62181.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.80%
GREEN value IS 143 (56.25% from 255) = 26.88%
BLUE value IS 140 (55.08% from 255) = 26.32%
R=46.80%
G=26.88%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914314000.430.440.021.6590.0876.27
HexF98F8C02B2C225a4c
Octal3712172140535422132114
Binary1111100110001111100011000101011101100101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98F8C; }

 p { color: rgb(249,143,140); }

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

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

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

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

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

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

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