#F5868E

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

Shades of Wewak #F5868E

Tints of Wewak #F5868E

Color information

#F5868E (or 0xF5868E) is unknown color: approx Wewak. HEX triplet: F5, 86 and 8E. RGB value is (245,134,142). Sum of RGB (Red+Green+Blue) = 245+134+142=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5868E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5868E is #0A7971. Grayscale: #A8A8A8. Windows color (decimal): -686450 or 9340661. OLE color: 9340661.

HSL color Cylindrical-coordinate representation of color #F5868E: hue angle of 355.68º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5868E is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB245134142-
CMYK00.450.420.04
HSL355.68º84.73%74.31%-
HSV(B)355.68º45.31%96.08%-
XYZ51.0638.4230.31-
YUV168.1113.27182.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.02%
GREEN value IS 134 (52.73% from 255) = 25.72%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=47.02%
G=25.72%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513414200.450.420.04355.6884.7374.31
HexF5868E02D2A4164554a
Octal365206216055524544125112
Binary111101011000011010001110010110110101010010110010010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5868E; }

 p { color: rgb(245,134,142); }

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

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

 a { background-color: rgb(245,134,142); }

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

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

 span { border-color: rgb(245,134,142); }

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