Html Css Color HEX #FC575B Wild Watermelon

📋 copy color: '#FC575B'

red 252 ◦ green 87 ◦ blue 91

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

Shades of Wild Watermelon #FC575B

Tints of Wild Watermelon #FC575B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.16%

R = 58.6%
G = 20.23%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC575B (or 0xFC575B) is known color: Wild Watermelon. HEX triplet: FC, 57 and 5B. RGB value is (252,87,91). Sum of RGB (Red+Green+Blue) = 252+87+91=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC575B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC575B is #03A8A4. Grayscale: #888888. Windows color (decimal): -239781 or 5986300. OLE color: 5986300.

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

Color convert

RGB 252 87 91 -
CMYK 0 0.65 0.64 0.01
HSL 358.55º 0.96% 0.66% -
HSV(B) 358.55º 0.65% 0.99% -
XYZ 45.44 28.27 12.96 -
YUV 136.79 102.16 210.17 -
System Red Green Blue C M Y K H S L
Decimal 252 87 91 0 0.65 0.64 0.01 358.55 0.96 0.66
Hex FC 57 5B 0 41 40 1 167 60 42
Octal 374 127 133 0 101 100 1 547 140 102
Binary 11111100 1010111 1011011 0 1000001 1000000 1 101100111 1100000 1000010

Color Harmonies of #FC575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC575B

Black with #FC575B

Text Example


Text Example

White with #FC575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC575B; }

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

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

background-color css

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

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

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

border-color css

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

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

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