#F98A8A

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

Shades of Sweet Pink #F98A8A

Tints of Sweet Pink #F98A8A

Color information

#F98A8A (or 0xF98A8A) is unknown color: approx Sweet Pink. HEX triplet: F9, 8A and 8A. RGB value is (249,138,138). Sum of RGB (Red+Green+Blue) = 249+138+138=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98A8A is #067575. Grayscale: #ABABAB. Windows color (decimal): -423286 or 9079545. OLE color: 9079545.

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

Color convert

RGB249138138-
CMYK00.450.450.02
HSL90.24%75.88%-
HSV(B)44.58%97.65%-
XYZ52.7440.1529.01-
YUV171.19109.27183.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.43%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 138 (54.30% from 255) = 26.29%
R=47.43%
G=26.29%
B=26.29%

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
Decimal24913813800.450.450.02090.2475.88
HexF98A8A02D2D205a4c
Octal3712122120555520132114
Binary111110011000101010001010010110110110110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98A8A; }

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

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

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

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

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

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

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

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