#F4869A

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

Shades of Wewak #F4869A

Tints of Wewak #F4869A

Color information

#F4869A (or 0xF4869A) is unknown color: approx Wewak. HEX triplet: F4, 86 and 9A. RGB value is (244,134,154). Sum of RGB (Red+Green+Blue) = 244+134+154=532 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.86% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 244 - color contains mainly: red. Hex color #F4869A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4869A is #0B7965. Grayscale: #A9A9A9. Windows color (decimal): -751974 or 10127092. OLE color: 10127092.

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

Color convert

RGB244134154-
CMYK00.450.370.04
HSL349.09º83.33%74.12%-
HSV(B)349.09º45.08%95.69%-
XYZ51.6738.6235.3-
YUV169.17119.44181.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.86%
GREEN value IS 134 (52.73% from 255) = 25.19%
BLUE value IS 154 (60.55% from 255) = 28.95%
R=45.86%
G=25.19%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413415400.450.370.04349.0983.3374.12
HexF4869A02D25415d534a
Octal364206232055454535123112
Binary111101001000011010011010010110110010110010101110110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4869A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4869A; }

 p { color: rgb(244,134,154); }

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

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

 a { background-color: rgb(244,134,154); }

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

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

 span { border-color: rgb(244,134,154); }

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