Html Css Color HEX #FC575D Wild Watermelon

📋 copy color: '#FC575D'

red 252 ◦ green 87 ◦ blue 93

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

Shades of Wild Watermelon #FC575D

Tints of Wild Watermelon #FC575D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.53%

R = 58.33%
G = 20.14%
B = 21.53%

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

#FC575D (or 0xFC575D) is known color: Wild Watermelon. HEX triplet: FC, 57 and 5D. RGB value is (252,87,93). Sum of RGB (Red+Green+Blue) = 252+87+93=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC575D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC575D is #03A8A2. Grayscale: #898989. Windows color (decimal): -239779 or 6117372. OLE color: 6117372.

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

Color convert

RGB 252 87 93 -
CMYK 0 0.65 0.63 0.01
HSL 357.82º 0.96% 0.66% -
HSV(B) 357.82º 0.65% 0.99% -
XYZ 45.53 28.3 13.42 -
YUV 137.02 103.16 210.01 -
System Red Green Blue C M Y K H S L
Decimal 252 87 93 0 0.65 0.63 0.01 357.82 0.96 0.66
Hex FC 57 5D 0 41 3F 1 166 60 42
Octal 374 127 135 0 101 77 1 546 140 102
Binary 11111100 1010111 1011101 0 1000001 111111 1 101100110 1100000 1000010

Color Harmonies of #FC575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC575D

Black with #FC575D

Text Example


Text Example

White with #FC575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC575D; }

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

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

background-color css

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

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

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

border-color css

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

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

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