Html Css Color HEX #FC537C Wild Watermelon

📋 copy color: '#FC537C'

red 252 ◦ green 83 ◦ blue 124

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

Shades of Wild Watermelon #FC537C

Tints of Wild Watermelon #FC537C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.02%

R = 54.9%
G = 18.08%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC537C (or 0xFC537C) is known color: Wild Watermelon. HEX triplet: FC, 53 and 7C. RGB value is (252,83,124). Sum of RGB (Red+Green+Blue) = 252+83+124=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC537C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC537C is #03AC83. Grayscale: #8A8A8A. Windows color (decimal): -240772 or 8147964. OLE color: 8147964.

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

Color convert

RGB 252 83 124 -
CMYK 0 0.67 0.51 0.01
HSL 345.44º 0.97% 0.66% -
HSV(B) 345.44º 0.67% 0.99% -
XYZ 46.88 28.34 22.07 -
YUV 138.21 119.99 209.17 -
System Red Green Blue C M Y K H S L
Decimal 252 83 124 0 0.67 0.51 0.01 345.44 0.97 0.66
Hex FC 53 7C 0 43 33 1 159 61 42
Octal 374 123 174 0 103 63 1 531 141 102
Binary 11111100 1010011 1111100 0 1000011 110011 1 101011001 1100001 1000010

Color Harmonies of #FC537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC537C

Black with #FC537C

Text Example


Text Example

White with #FC537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC537C; }

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

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

background-color css

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

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

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

border-color css

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

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

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