Html Css Color HEX #FC536C Wild Watermelon

📋 copy color: '#FC536C'

red 252 ◦ green 83 ◦ blue 108

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

Shades of Wild Watermelon #FC536C

Tints of Wild Watermelon #FC536C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.38%

R = 56.88%
G = 18.74%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC536C (or 0xFC536C) is known color: Wild Watermelon. HEX triplet: FC, 53 and 6C. RGB value is (252,83,108). Sum of RGB (Red+Green+Blue) = 252+83+108=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC536C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC536C is #03AC93. Grayscale: #888888. Windows color (decimal): -240788 or 7099388. OLE color: 7099388.

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

Color convert

RGB 252 83 108 -
CMYK 0 0.67 0.57 0.01
HSL 351.12º 0.97% 0.66% -
HSV(B) 351.12º 0.67% 0.99% -
XYZ 45.94 27.96 17.16 -
YUV 136.38 111.99 210.47 -
System Red Green Blue C M Y K H S L
Decimal 252 83 108 0 0.67 0.57 0.01 351.12 0.97 0.66
Hex FC 53 6C 0 43 39 1 15F 61 42
Octal 374 123 154 0 103 71 1 537 141 102
Binary 11111100 1010011 1101100 0 1000011 111001 1 101011111 1100001 1000010

Color Harmonies of #FC536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC536C

Black with #FC536C

Text Example


Text Example

White with #FC536C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC536C; }

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

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

background-color css

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

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

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

border-color css

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

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

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