#FC6A71

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

Shades of Wild Watermelon #FC6A71

Tints of Wild Watermelon #FC6A71

Color information

#FC6A71 (or 0xFC6A71) is unknown color: approx Wild Watermelon. HEX triplet: FC, 6A and 71. RGB value is (252,106,113). Sum of RGB (Red+Green+Blue) = 252+106+113=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6A71 is #03958E. Grayscale: #969696. Windows color (decimal): -234895 or 7432956. OLE color: 7432956.

HSL color Cylindrical-coordinate representation of color #FC6A71: hue angle of 357.12º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6A71 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB252106113-
CMYK00.580.550.01
HSL357.12º96.05%70.2%-
HSV(B)357.12º57.94%98.82%-
XYZ48.2832.219.29-
YUV150.45106.87200.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.50%
GREEN value IS 106 (41.80% from 255) = 22.51%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=53.50%
G=22.51%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210611300.580.550.01357.1296.0570.2
HexFC6A7103A3711656046
Octal374152161072671545140106
Binary11111100110101011100010111010110111110110010111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6A71; }

 p { color: rgb(252,106,113); }

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

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

 a { background-color: rgb(252,106,113); }

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

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

 span { border-color: rgb(252,106,113); }

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