#FC4870

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

Shades of Wild Watermelon #FC4870

Tints of Wild Watermelon #FC4870

Color information

#FC4870 (or 0xFC4870) is unknown color: approx Wild Watermelon. HEX triplet: FC, 48 and 70. RGB value is (252,72,112). Sum of RGB (Red+Green+Blue) = 252+72+112=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4870 is #03B78F. Grayscale: #828282. Windows color (decimal): -243600 or 7358716. OLE color: 7358716.

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

Color convert

RGB25272112-
CMYK00.710.560.01
HSL346.67º96.77%63.53%-
HSV(B)346.67º71.43%98.82%-
XYZ45.3926.518.05-
YUV130.38117.63214.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.80%
GREEN value IS 72 (28.52% from 255) = 16.51%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=57.80%
G=16.51%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527211200.710.560.01346.6796.7763.53
HexFC487004738115b6140
Octal3741101600107701533141100
Binary111111001001000111000001000111111000110101101111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4870; }

 p { color: rgb(252,72,112); }

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

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

 a { background-color: rgb(252,72,112); }

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

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

 span { border-color: rgb(252,72,112); }

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