#FC7F83

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

Shades of Wewak #FC7F83

Tints of Wewak #FC7F83

Color information

#FC7F83 (or 0xFC7F83) is unknown color: approx Wewak. HEX triplet: FC, 7F and 83. RGB value is (252,127,131). Sum of RGB (Red+Green+Blue) = 252+127+131=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7F83 is #03807C. Grayscale: #A4A4A4. Windows color (decimal): -229501 or 8617980. OLE color: 8617980.

HSL color Cylindrical-coordinate representation of color #FC7F83: hue angle of 358.08º 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 #FC7F83 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB252127131-
CMYK00.500.480.01
HSL358.08º95.42%74.31%-
HSV(B)358.08º49.6%98.82%-
XYZ51.8337.5125.98-
YUV164.83108.91190.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.41%
GREEN value IS 127 (50% from 255) = 24.90%
BLUE value IS 131 (51.56% from 255) = 25.69%
R=49.41%
G=24.90%
B=25.69%

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
Decimal25212713100.500.480.01358.0895.4274.31
HexFC7F830323011665f4a
Octal374177203062601546137112
Binary111111001111111100000110110010110000110110011010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7F83; }

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

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

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

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

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

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

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

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