#F4868F

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

Shades of Wewak #F4868F

Tints of Wewak #F4868F

Color information

#F4868F (or 0xF4868F) is unknown color: approx Wewak. HEX triplet: F4, 86 and 8F. RGB value is (244,134,143). Sum of RGB (Red+Green+Blue) = 244+134+143=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F4868F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4868F is #0B7970. Grayscale: #A7A7A7. Windows color (decimal): -751985 or 9406196. OLE color: 9406196.

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

Color convert

RGB244134143-
CMYK00.450.410.04
HSL355.09º83.33%74.12%-
HSV(B)355.09º45.08%95.69%-
XYZ50.7938.2730.7-
YUV167.92113.94182.27-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.83%
GREEN value IS 134 (52.73% from 255) = 25.72%
BLUE value IS 143 (56.25% from 255) = 27.45%
R=46.83%
G=25.72%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413414300.450.410.04355.0983.3374.12
HexF4868F02D294163534a
Octal364206217055514543123112
Binary111101001000011010001111010110110100110010110001110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4868F; }

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

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

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

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

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

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

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

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