Html Css Color HEX #FC5364 Wild Watermelon

📋 copy color: '#FC5364'

red 252 ◦ green 83 ◦ blue 100

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

Shades of Wild Watermelon #FC5364

Tints of Wild Watermelon #FC5364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.08%

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

R = 57.93%
G = 19.08%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC5364 (or 0xFC5364) is known color: Wild Watermelon. HEX triplet: FC, 53 and 64. RGB value is (252,83,100). Sum of RGB (Red+Green+Blue) = 252+83+100=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5364 is #03AC9B. Grayscale: #878787. Windows color (decimal): -240796 or 6575100. OLE color: 6575100.

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

Color convert

RGB 252 83 100 -
CMYK 0 0.67 0.60 0.01
HSL 353.96º 0.97% 0.66% -
HSV(B) 353.96º 0.67% 0.99% -
XYZ 45.54 27.8 15.02 -
YUV 135.47 107.99 211.12 -
System Red Green Blue C M Y K H S L
Decimal 252 83 100 0 0.67 0.60 0.01 353.96 0.97 0.66
Hex FC 53 64 0 43 3C 1 162 61 42
Octal 374 123 144 0 103 74 1 542 141 102
Binary 11111100 1010011 1100100 0 1000011 111100 1 101100010 1100001 1000010

Color Harmonies of #FC5364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5364

Black with #FC5364

Text Example


Text Example

White with #FC5364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5364; }

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

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

background-color css

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

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

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

border-color css

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

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

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