#fc546c

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

Shades of Wild Watermelon #FC546C

Tints of Wild Watermelon #FC546C

Color information

#FC546C (or 0xFC546C) is unknown color: approx Wild Watermelon. HEX triplet: FC, 54 and 6C. RGB value is (252,84,108). Sum of RGB (Red+Green+Blue) = 252+84+108=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC546C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC546C is #03AB93. Grayscale: #898989. Windows color (decimal): -240532 or 7099644. OLE color: 7099644.

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

Color convert

RGB25284108-
CMYK00.670.570.01
HSL351.43º96.55%65.88%-
HSV(B)351.43º66.67%98.82%-
XYZ46.0228.1217.19-
YUV136.97111.66210.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.76%
GREEN value IS 84 (33.20% from 255) = 18.92%
BLUE value IS 108 (42.58% from 255) = 24.32%
R=56.76%
G=18.92%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528410800.670.570.01351.4396.5565.88
HexFC546C04339115f6142
Octal3741241540103711537141102
Binary111111001010100110110001000011111001110101111111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc546c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc546c; }

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

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

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

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

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

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

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

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