Html Css Color HEX #FC575C Wild Watermelon

📋 copy color: '#FC575C'

red 252 ◦ green 87 ◦ blue 92

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

Shades of Wild Watermelon #FC575C

Tints of Wild Watermelon #FC575C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.35%

R = 58.47%
G = 20.19%
B = 21.35%

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

#FC575C (or 0xFC575C) is known color: Wild Watermelon. HEX triplet: FC, 57 and 5C. RGB value is (252,87,92). Sum of RGB (Red+Green+Blue) = 252+87+92=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC575C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC575C is #03A8A3. Grayscale: #898989. Windows color (decimal): -239780 or 6051836. OLE color: 6051836.

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

Color convert

RGB 252 87 92 -
CMYK 0 0.65 0.63 0.01
HSL 358.18º 0.96% 0.66% -
HSV(B) 358.18º 0.65% 0.99% -
XYZ 45.48 28.28 13.19 -
YUV 136.91 102.66 210.09 -
System Red Green Blue C M Y K H S L
Decimal 252 87 92 0 0.65 0.63 0.01 358.18 0.96 0.66
Hex FC 57 5C 0 41 3F 1 166 60 42
Octal 374 127 134 0 101 77 1 546 140 102
Binary 11111100 1010111 1011100 0 1000001 111111 1 101100110 1100000 1000010

Color Harmonies of #FC575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC575C

Black with #FC575C

Text Example


Text Example

White with #FC575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC575C; }

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

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

background-color css

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

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

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

border-color css

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

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

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