Html Css Color HEX #FC575E Wild Watermelon

📋 copy color: '#FC575E'

red 252 ◦ green 87 ◦ blue 94

#FC575E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #FC575E

Tints of Wild Watermelon #FC575E

RGB

 RED value IS 252 (98.83% from 255) = 58.2%

 GREEN value IS 87 (34.38% from 255) = 20.09%

 BLUE value IS 94 (37.11% from 255) = 21.71%

R = 58.2%
G = 20.09%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC575E (or 0xFC575E) is known color: Wild Watermelon. HEX triplet: FC, 57 and 5E. RGB value is (252,87,94). Sum of RGB (Red+Green+Blue) = 252+87+94=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC575E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC575E is #03A8A1. Grayscale: #898989. Windows color (decimal): -239778 or 6182908. OLE color: 6182908.

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

Color convert

RGB 252 87 94 -
CMYK 0 0.65 0.63 0.01
HSL 357.45º 0.96% 0.66% -
HSV(B) 357.45º 0.65% 0.99% -
XYZ 45.57 28.32 13.65 -
YUV 137.13 103.66 209.93 -
System Red Green Blue C M Y K H S L
Decimal 252 87 94 0 0.65 0.63 0.01 357.45 0.96 0.66
Hex FC 57 5E 0 41 3F 1 165 60 42
Octal 374 127 136 0 101 77 1 545 140 102
Binary 11111100 1010111 1011110 0 1000001 111111 1 101100101 1100000 1000010

Color Harmonies of #FC575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC575E

Black with #FC575E

Text Example


Text Example

White with #FC575E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC575E; }

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

 H1.HeaderClassName
 {
   color: #FC575E;
 }
 .AnyTagClassName
 {
   color: #FC575E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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