#FC545A

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

Shades of Wild Watermelon #FC545A

Tints of Wild Watermelon #FC545A

Color information

#FC545A (or 0xFC545A) is unknown color: approx Wild Watermelon. HEX triplet: FC, 54 and 5A. RGB value is (252,84,90). Sum of RGB (Red+Green+Blue) = 252+84+90=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC545A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC545A is #03ABA5. Grayscale: #878787. Windows color (decimal): -240550 or 5919996. OLE color: 5919996.

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

Color convert

RGB2528490-
CMYK00.670.640.01
HSL357.86º96.55%65.88%-
HSV(B)357.86º66.67%98.82%-
XYZ45.1627.7712.65-
YUV134.92102.66211.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.15%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 90 (35.55% from 255) = 21.13%
R=59.15%
G=19.72%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252849000.670.640.01357.8696.5565.88
HexFC545A0434011666142
Octal37412413201031001546141102
Binary1111110010101001011010010000111000000110110011011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC545A; }

 p { color: rgb(252,84,90); }

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

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

 a { background-color: rgb(252,84,90); }

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

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

 span { border-color: rgb(252,84,90); }

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