#F4868B

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

Shades of Wewak #F4868B

Tints of Wewak #F4868B

Color information

#F4868B (or 0xF4868B) is unknown color: approx Wewak. HEX triplet: F4, 86 and 8B. RGB value is (244,134,139). Sum of RGB (Red+Green+Blue) = 244+134+139=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F4868B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4868B is #0B7974. Grayscale: #A7A7A7. Windows color (decimal): -751989 or 9144052. OLE color: 9144052.

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

Color convert

RGB244134139-
CMYK00.450.430.04
HSL357.27º83.33%74.12%-
HSV(B)357.27º45.08%95.69%-
XYZ50.4938.1529.13-
YUV167.46111.94182.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.20%
GREEN value IS 134 (52.73% from 255) = 25.92%
BLUE value IS 139 (54.69% from 255) = 26.89%
R=47.20%
G=25.92%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413413900.450.430.04357.2783.3374.12
HexF4868B02D2B4165534a
Octal364206213055534545123112
Binary111101001000011010001011010110110101110010110010110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4868B; }

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

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

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

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

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

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

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

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