Html Css Color HEX #FC5964 Wild Watermelon

📋 copy color: '#FC5964'

red 252 ◦ green 89 ◦ blue 100

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

Shades of Wild Watermelon #FC5964

Tints of Wild Watermelon #FC5964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.68%

R = 57.14%
G = 20.18%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC5964 (or 0xFC5964) is known color: Wild Watermelon. HEX triplet: FC, 59 and 64. RGB value is (252,89,100). Sum of RGB (Red+Green+Blue) = 252+89+100=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5964 is #03A69B. Grayscale: #8B8B8B. Windows color (decimal): -239260 or 6576636. OLE color: 6576636.

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

Color convert

RGB 252 89 100 -
CMYK 0 0.65 0.60 0.01
HSL 355.95º 0.96% 0.67% -
HSV(B) 355.95º 0.65% 0.99% -
XYZ 46.02 28.76 15.18 -
YUV 138.99 106 208.61 -
System Red Green Blue C M Y K H S L
Decimal 252 89 100 0 0.65 0.60 0.01 355.95 0.96 0.67
Hex FC 59 64 0 41 3C 1 164 60 43
Octal 374 131 144 0 101 74 1 544 140 103
Binary 11111100 1011001 1100100 0 1000001 111100 1 101100100 1100000 1000011

Color Harmonies of #FC5964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5964

Black with #FC5964

Text Example


Text Example

White with #FC5964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5964; }

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

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

background-color css

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

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

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

border-color css

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

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

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