#F99FA2

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

Shades of Wewak #F99FA2

Tints of Wewak #F99FA2

Color information

#F99FA2 (or 0xF99FA2) is unknown color: approx Wewak. HEX triplet: F9, 9F and A2. RGB value is (249,159,162). Sum of RGB (Red+Green+Blue) = 249+159+162=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 162 (63.67% from 255 or 28.42% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99FA2 is #06605D. Grayscale: #BABABA. Windows color (decimal): -417886 or 10657785. OLE color: 10657785.

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

Color convert

RGB249159162-
CMYK00.360.350.02
HSL358º88.24%80%-
HSV(B)358º36.14%97.65%-
XYZ57.9947.5440.3-
YUV186.25114.32172.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.68%
GREEN value IS 159 (62.5% from 255) = 27.89%
BLUE value IS 162 (63.67% from 255) = 28.42%
R=43.68%
G=27.89%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915916200.360.350.0235888.2480
HexF99FA20242321665850
Octal371237242044432546130120
Binary11111001100111111010001001001001000111010110011010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99FA2; }

 p { color: rgb(249,159,162); }

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

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

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

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

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

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

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