#FC6570

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

Shades of Wild Watermelon #FC6570

Tints of Wild Watermelon #FC6570

Color information

#FC6570 (or 0xFC6570) is unknown color: approx Wild Watermelon. HEX triplet: FC, 65 and 70. RGB value is (252,101,112). Sum of RGB (Red+Green+Blue) = 252+101+112=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6570 is #039A8F. Grayscale: #939393. Windows color (decimal): -236176 or 7366140. OLE color: 7366140.

HSL color Cylindrical-coordinate representation of color #FC6570: hue angle of 355.63º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6570 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB252101112-
CMYK00.600.560.01
HSL355.63º96.18%69.22%-
HSV(B)355.63º59.92%98.82%-
XYZ47.7231.1718.83-
YUV147.4108.03202.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.19%
GREEN value IS 101 (39.84% from 255) = 21.72%
BLUE value IS 112 (44.14% from 255) = 24.09%
R=54.19%
G=21.72%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210111200.600.560.01355.6396.1869.22
HexFC657003C3811646045
Octal374145160074701544140105
Binary11111100110010111100000111100111000110110010011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6570; }

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

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

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

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

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

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

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

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