#FC575A

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

Shades of Wild Watermelon #FC575A

Tints of Wild Watermelon #FC575A

Color information

#FC575A (or 0xFC575A) is unknown color: approx Wild Watermelon. HEX triplet: FC, 57 and 5A. RGB value is (252,87,90). Sum of RGB (Red+Green+Blue) = 252+87+90=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC575A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC575A is #03A8A5. Grayscale: #888888. Windows color (decimal): -239782 or 5920764. OLE color: 5920764.

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

Color convert

RGB2528790-
CMYK00.650.640.01
HSL358.91º96.49%66.47%-
HSV(B)358.91º65.48%98.82%-
XYZ45.428.2512.73-
YUV136.68101.66210.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.74%
GREEN value IS 87 (34.38% from 255) = 20.28%
BLUE value IS 90 (35.55% from 255) = 20.98%
R=58.74%
G=20.28%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252879000.650.640.01358.9196.4966.47
HexFC575A0414011676042
Octal37412713201011001547140102
Binary1111110010101111011010010000011000000110110011111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC575A; }

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

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

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

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

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

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

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

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