#F98DA1

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

Shades of Wewak #F98DA1

Tints of Wewak #F98DA1

Color information

#F98DA1 (or 0xF98DA1) is unknown color: approx Wewak. HEX triplet: F9, 8D and A1. RGB value is (249,141,161). Sum of RGB (Red+Green+Blue) = 249+141+161=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98DA1 is #06725E. Grayscale: #AFAFAF. Windows color (decimal): -422495 or 10587641. OLE color: 10587641.

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

Color convert

RGB249141161-
CMYK00.430.350.02
HSL348.89º90%76.47%-
HSV(B)348.89º43.37%97.65%-
XYZ55.0241.7638.88-
YUV175.57119.78180.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.19%
GREEN value IS 141 (55.47% from 255) = 25.59%
BLUE value IS 161 (63.28% from 255) = 29.22%
R=45.19%
G=25.59%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914116100.430.350.02348.899076.47
HexF98DA102B23215d5a4c
Octal371215241053432535132114
Binary11111001100011011010000101010111000111010101110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98DA1; }

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

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

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

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

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

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

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

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