#F2878B

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

Shades of Wewak #F2878B

Tints of Wewak #F2878B

Color information

#F2878B (or 0xF2878B) is unknown color: approx Wewak. HEX triplet: F2, 87 and 8B. RGB value is (242,135,139). Sum of RGB (Red+Green+Blue) = 242+135+139=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2878B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2878B is #0D7874. Grayscale: #A7A7A7. Windows color (decimal): -882805 or 9144306. OLE color: 9144306.

HSL color Cylindrical-coordinate representation of color #F2878B: hue angle of 357.76º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2878B is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB242135139-
CMYK00.440.430.05
HSL357.76º80.45%73.92%-
HSV(B)357.76º44.21%94.9%-
XYZ49.9438.0729.14-
YUV167.45111.95181.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.90%
GREEN value IS 135 (53.12% from 255) = 26.16%
BLUE value IS 139 (54.69% from 255) = 26.94%
R=46.90%
G=26.16%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213513900.440.430.05357.7680.4573.92
HexF2878B02C2B5166504a
Octal362207213054535546120112
Binary111100101000011110001011010110010101110110110011010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2878B; }

 p { color: rgb(242,135,139); }

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

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

 a { background-color: rgb(242,135,139); }

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

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

 span { border-color: rgb(242,135,139); }

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