Html Css Color HEX #FC597D Wild Watermelon

📋 copy color: '#FC597D'

red 252 ◦ green 89 ◦ blue 125

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

Shades of Wild Watermelon #FC597D

Tints of Wild Watermelon #FC597D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.1%

 BLUE value IS 125 (49.22% from 255) = 26.82%

R = 54.08%
G = 19.1%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC597D (or 0xFC597D) is known color: Wild Watermelon. HEX triplet: FC, 59 and 7D. RGB value is (252,89,125). Sum of RGB (Red+Green+Blue) = 252+89+125=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC597D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC597D is #03A682. Grayscale: #8D8D8D. Windows color (decimal): -239235 or 8215036. OLE color: 8215036.

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

Color convert

RGB 252 89 125 -
CMYK 0 0.65 0.50 0.01
HSL 346.75º 0.96% 0.67% -
HSV(B) 346.75º 0.65% 0.99% -
XYZ 47.42 29.32 22.56 -
YUV 141.84 118.5 206.57 -
System Red Green Blue C M Y K H S L
Decimal 252 89 125 0 0.65 0.50 0.01 346.75 0.96 0.67
Hex FC 59 7D 0 41 32 1 15B 60 43
Octal 374 131 175 0 101 62 1 533 140 103
Binary 11111100 1011001 1111101 0 1000001 110010 1 101011011 1100000 1000011

Color Harmonies of #FC597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC597D

Black with #FC597D

Text Example


Text Example

White with #FC597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC597D; }

 p { color: rgb(252,89,125); }

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

background-color css

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

 a { background-color: rgb(252,89,125); }

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

border-color css

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

 span { border-color: rgb(252,89,125); }

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