#FC5B74

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

Shades of Wild Watermelon #FC5B74

Tints of Wild Watermelon #FC5B74

Color information

#FC5B74 (or 0xFC5B74) is unknown color: approx Wild Watermelon. HEX triplet: FC, 5B and 74. RGB value is (252,91,116). Sum of RGB (Red+Green+Blue) = 252+91+116=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5B74 is #03A48B. Grayscale: #8E8E8E. Windows color (decimal): -238732 or 7625724. OLE color: 7625724.

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

Color convert

RGB25291116-
CMYK00.640.540.01
HSL350.68º96.41%67.25%-
HSV(B)350.68º63.89%98.82%-
XYZ47.0429.4419.73-
YUV141.99113.34206.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.90%
GREEN value IS 91 (35.94% from 255) = 19.83%
BLUE value IS 116 (45.70% from 255) = 25.27%
R=54.90%
G=19.83%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529111600.640.540.01350.6896.4167.25
HexFC5B7404036115f6043
Octal3741331640100661537140103
Binary111111001011011111010001000000110110110101111111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5B74; }

 p { color: rgb(252,91,116); }

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

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

 a { background-color: rgb(252,91,116); }

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

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

 span { border-color: rgb(252,91,116); }

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