#F5999F

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

Shades of Wewak #F5999F

Tints of Wewak #F5999F

Color information

#F5999F (or 0xF5999F) is unknown color: approx Wewak. HEX triplet: F5, 99 and 9F. RGB value is (245,153,159). Sum of RGB (Red+Green+Blue) = 245+153+159=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5999F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5999F is #0A6660. Grayscale: #B5B5B5. Windows color (decimal): -681569 or 10459637. OLE color: 10459637.

HSL color Cylindrical-coordinate representation of color #F5999F: hue angle of 356.09º 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 #F5999F is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB245153159-
CMYK00.380.350.04
HSL356.09º82.14%78.04%-
HSV(B)356.09º37.55%96.08%-
XYZ55.3144.738.51-
YUV181.19115.48173.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.99%
GREEN value IS 153 (60.16% from 255) = 27.47%
BLUE value IS 159 (62.5% from 255) = 28.55%
R=43.99%
G=27.47%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515315900.380.350.04356.0982.1478.04
HexF5999F026234164524e
Octal365231237046434544122116
Binary111101011001100110011111010011010001110010110010010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5999F; }

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

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

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

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

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

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

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

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