Html Css Color HEX #FC537F Wild Watermelon

📋 copy color: '#FC537F'

red 252 ◦ green 83 ◦ blue 127

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

Shades of Wild Watermelon #FC537F

Tints of Wild Watermelon #FC537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.49%

R = 54.55%
G = 17.97%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC537F (or 0xFC537F) is known color: Wild Watermelon. HEX triplet: FC, 53 and 7F. RGB value is (252,83,127). Sum of RGB (Red+Green+Blue) = 252+83+127=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC537F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC537F is #03AC80. Grayscale: #8A8A8A. Windows color (decimal): -240769 or 8344572. OLE color: 8344572.

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

Color convert

RGB 252 83 127 -
CMYK 0 0.67 0.50 0.01
HSL 344.38º 0.97% 0.66% -
HSV(B) 344.38º 0.67% 0.99% -
XYZ 47.07 28.41 23.08 -
YUV 138.55 121.49 208.92 -
System Red Green Blue C M Y K H S L
Decimal 252 83 127 0 0.67 0.50 0.01 344.38 0.97 0.66
Hex FC 53 7F 0 43 32 1 158 61 42
Octal 374 123 177 0 103 62 1 530 141 102
Binary 11111100 1010011 1111111 0 1000011 110010 1 101011000 1100001 1000010

Color Harmonies of #FC537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC537F

Black with #FC537F

Text Example


Text Example

White with #FC537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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