#F7828C

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

Shades of Wewak #F7828C

Tints of Wewak #F7828C

Color information

#F7828C (or 0xF7828C) is unknown color: approx Wewak. HEX triplet: F7, 82 and 8C. RGB value is (247,130,140). Sum of RGB (Red+Green+Blue) = 247+130+140=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F7828C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7828C is #087D73. Grayscale: #A6A6A6. Windows color (decimal): -556404 or 9208567. OLE color: 9208567.

HSL color Cylindrical-coordinate representation of color #F7828C: hue angle of 354.87º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7828C is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB247130140-
CMYK00.470.430.03
HSL354.87º87.97%73.92%-
HSV(B)354.87º47.37%96.86%-
XYZ51.0737.6329.38-
YUV166.12113.26185.69-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.78%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 140 (55.08% from 255) = 27.08%
R=47.78%
G=25.15%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713014000.470.430.03354.8787.9773.92
HexF7828C02F2B3163584a
Octal367202214057533543130112
Binary11110111100000101000110001011111010111110110001110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7828C; }

 p { color: rgb(247,130,140); }

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

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

 a { background-color: rgb(247,130,140); }

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

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

 span { border-color: rgb(247,130,140); }

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