#F5868A

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

Shades of Wewak #F5868A

Tints of Wewak #F5868A

Color information

#F5868A (or 0xF5868A) is unknown color: approx Wewak. HEX triplet: F5, 86 and 8A. RGB value is (245,134,138). Sum of RGB (Red+Green+Blue) = 245+134+138=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F5868A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5868A is #0A7975. Grayscale: #A7A7A7. Windows color (decimal): -686454 or 9078517. OLE color: 9078517.

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

Color convert

RGB245134138-
CMYK00.450.440.04
HSL357.84º84.73%74.31%-
HSV(B)357.84º45.31%96.08%-
XYZ50.7738.328.76-
YUV167.64111.27183.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.39%
GREEN value IS 134 (52.73% from 255) = 25.92%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=47.39%
G=25.92%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513413800.450.440.04357.8484.7374.31
HexF5868A02D2C4166554a
Octal365206212055544546125112
Binary111101011000011010001010010110110110010010110011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5868A; }

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

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

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

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

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

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

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

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