#FC5271

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

Shades of Wild Watermelon #FC5271

Tints of Wild Watermelon #FC5271

Color information

#FC5271 (or 0xFC5271) is unknown color: approx Wild Watermelon. HEX triplet: FC, 52 and 71. RGB value is (252,82,113). Sum of RGB (Red+Green+Blue) = 252+82+113=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5271 is #03AD8E. Grayscale: #888888. Windows color (decimal): -241039 or 7426812. OLE color: 7426812.

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

Color convert

RGB25282113-
CMYK00.670.550.01
HSL349.06º96.59%65.49%-
HSV(B)349.06º67.46%98.82%-
XYZ46.1427.9218.58-
YUV136.36114.82210.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.38%
GREEN value IS 82 (32.42% from 255) = 18.34%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=56.38%
G=18.34%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528211300.670.550.01349.0696.5965.49
HexFC527104337115d6141
Octal3741221610103671535141101
Binary111111001010010111000101000011110111110101110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5271; }

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

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

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

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

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

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

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

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