#F5999A

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

Shades of Wewak #F5999A

Tints of Wewak #F5999A

Color information

#F5999A (or 0xF5999A) is unknown color: approx Wewak. HEX triplet: F5, 99 and 9A. RGB value is (245,153,154). Sum of RGB (Red+Green+Blue) = 245+153+154=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5999A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5999A is #0A6665. Grayscale: #B4B4B4. Windows color (decimal): -681574 or 10131957. OLE color: 10131957.

HSL color Cylindrical-coordinate representation of color #F5999A: hue angle of 359.35º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5999A is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB245153154-
CMYK00.380.370.04
HSL359.35º82.14%78.04%-
HSV(B)359.35º37.55%96.08%-
XYZ54.8844.5336.27-
YUV180.62112.98173.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.38%
GREEN value IS 153 (60.16% from 255) = 27.72%
BLUE value IS 154 (60.55% from 255) = 27.90%
R=44.38%
G=27.72%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515315400.380.370.04359.3582.1478.04
HexF5999A026254167524e
Octal365231232046454547122116
Binary111101011001100110011010010011010010110010110011110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5999A; }

 p { color: rgb(245,153,154); }

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

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

 a { background-color: rgb(245,153,154); }

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

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

 span { border-color: rgb(245,153,154); }

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