#F98E8A

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

Shades of Sweet Pink #F98E8A

Tints of Sweet Pink #F98E8A

Color information

#F98E8A (or 0xF98E8A) is unknown color: approx Sweet Pink. HEX triplet: F9, 8E and 8A. RGB value is (249,142,138). Sum of RGB (Red+Green+Blue) = 249+142+138=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F98E8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98E8A is #067175. Grayscale: #ADADAD. Windows color (decimal): -422262 or 9080569. OLE color: 9080569.

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

Color convert

RGB249142138-
CMYK00.430.450.02
HSL2.16º90.24%75.88%-
HSV(B)2.16º44.58%97.65%-
XYZ53.3341.3229.21-
YUV173.54107.95181.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.07%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=47.07%
G=26.84%
B=26.09%

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
Decimal24914213800.430.450.022.1690.2475.88
HexF98E8A02B2D225a4c
Octal3712162120535522132114
Binary1111100110001110100010100101011101101101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98E8A; }

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

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

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

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

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

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

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

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