#FC7F84

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

Shades of Wewak #FC7F84

Tints of Wewak #FC7F84

Color information

#FC7F84 (or 0xFC7F84) is unknown color: approx Wewak. HEX triplet: FC, 7F and 84. RGB value is (252,127,132). Sum of RGB (Red+Green+Blue) = 252+127+132=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7F84 is #03807B. Grayscale: #A5A5A5. Windows color (decimal): -229500 or 8683516. OLE color: 8683516.

HSL color Cylindrical-coordinate representation of color #FC7F84: hue angle of 357.6º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7F84 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB252127132-
CMYK00.500.480.01
HSL357.6º95.42%74.31%-
HSV(B)357.6º49.6%98.82%-
XYZ51.937.5426.34-
YUV164.94109.41190.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.32%
GREEN value IS 127 (50% from 255) = 24.85%
BLUE value IS 132 (51.95% from 255) = 25.83%
R=49.32%
G=24.85%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212713200.500.480.01357.695.4274.31
HexFC7F840323011665f4a
Octal374177204062601546137112
Binary111111001111111100001000110010110000110110011010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7F84; }

 p { color: rgb(252,127,132); }

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

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

 a { background-color: rgb(252,127,132); }

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

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

 span { border-color: rgb(252,127,132); }

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