#FC527E

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

Shades of Wild Watermelon #FC527E

Tints of Wild Watermelon #FC527E

Color information

#FC527E (or 0xFC527E) is unknown color: approx Wild Watermelon. HEX triplet: FC, 52 and 7E. RGB value is (252,82,126). Sum of RGB (Red+Green+Blue) = 252+82+126=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC527E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC527E is #03AD81. Grayscale: #898989. Windows color (decimal): -241026 or 8278780. OLE color: 8278780.

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

Color convert

RGB25282126-
CMYK00.670.50.01
HSL344.47º96.59%65.49%-
HSV(B)344.47º67.46%98.82%-
XYZ46.9328.2422.72-
YUV137.85121.32209.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.78%
GREEN value IS 82 (32.42% from 255) = 17.83%
BLUE value IS 126 (49.61% from 255) = 27.39%
R=54.78%
G=17.83%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528212600.670.50.01344.4796.5965.49
HexFC527E0433211586141
Octal3741221760103621530141101
Binary111111001010010111111001000011110010110101100011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC527E; }

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

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

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

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

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

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

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

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