#FF7F8E

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

Shades of Wewak #FF7F8E

Tints of Wewak #FF7F8E

Color information

#FF7F8E (or 0xFF7F8E) is unknown color: approx Wewak. HEX triplet: FF, 7F and 8E. RGB value is (255,127,142). Sum of RGB (Red+Green+Blue) = 255+127+142=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7F8E is #008071. Grayscale: #A7A7A7. Windows color (decimal): -32882 or 9338879. OLE color: 9338879.

HSL color Cylindrical-coordinate representation of color #FF7F8E: hue angle of 352.97º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7F8E is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB255127142-
CMYK00.500.440
HSL352.97º100%74.9%-
HSV(B)352.97º50.2%100%-
XYZ53.7138.3930.17-
YUV166.98113.91190.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.66%
GREEN value IS 127 (50% from 255) = 24.24%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=48.66%
G=24.24%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512714200.500.440352.9710074.9
HexFF7F8E0322C0161644b
Octal377177216062540541144113
Binary111111111111111100011100110010101100010110000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7F8E; }

 p { color: rgb(255,127,142); }

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

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

 a { background-color: rgb(255,127,142); }

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

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

 span { border-color: rgb(255,127,142); }

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